dashfolders: Remove variables not used and pass in the real dashboardId #10275

This commit is contained in:
Johannes Schill
2018-01-18 20:46:01 +01:00
committed by Daniel Lee
parent 02a3951f95
commit 4ea9f3027a
2 changed files with 4 additions and 6 deletions

View File

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