mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashfolders: Permissions are injected via MST so it needs to be defined as optional #10275
This commit is contained in:
committed by
Daniel Lee
parent
f23fb740a9
commit
a5d441e78e
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user