dashfolders: Permissions are injected via MST so it needs to be defined as optional #10275

This commit is contained in:
Johannes Schill
2018-01-17 09:24:35 +01:00
committed by Daniel Lee
parent f23fb740a9
commit a5d441e78e

View File

@@ -29,7 +29,7 @@ export interface IProps {
error: string; error: string;
newType: string; newType: string;
dashboardId: number; dashboardId: number;
permissions: any; permissions?: any;
isFolder: boolean; isFolder: boolean;
} }