Commit a5d441e7 by Johannes Schill Committed by Daniel Lee

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

parent f23fb740
......@@ -29,7 +29,7 @@ export interface IProps {
error: string;
newType: string;
dashboardId: number;
permissions: any;
permissions?: any;
isFolder: boolean;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment