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

This commit is contained in:
Johannes Schill
2018-01-25 15:20:37 +01:00
committed by Daniel Lee
parent f23fb740a9
commit a5d441e78e
@@ -29,7 +29,7 @@ export interface IProps {
error: string;
newType: string;
dashboardId: number;
permissions: any;
permissions?: any;
isFolder: boolean;
}