diff --git a/public/app/features/dashboard/dashboard_srv.ts b/public/app/features/dashboard/dashboard_srv.ts index 298dfc2966c..708ba047d2b 100644 --- a/public/app/features/dashboard/dashboard_srv.ts +++ b/public/app/features/dashboard/dashboard_srv.ts @@ -86,7 +86,7 @@ export class DashboardSrv { save(clone, options) { options = options || {}; - options.folderId = this.dash.meta.folderId; + options.folderId = options.folderId || this.dash.meta.folderId; return this.backendSrv .saveDashboard(clone, options) diff --git a/public/app/features/dashboard/folder_picker/folder_picker.html b/public/app/features/dashboard/folder_picker/folder_picker.html index 8722a19a5f8..17b7512d35d 100644 --- a/public/app/features/dashboard/folder_picker/folder_picker.html +++ b/public/app/features/dashboard/folder_picker/folder_picker.html @@ -9,29 +9,21 @@ -
- -
-
-
-
-
diff --git a/public/app/features/dashboard/save_as_modal.ts b/public/app/features/dashboard/save_as_modal.ts index 236b1f07b56..04b029cbb4c 100644 --- a/public/app/features/dashboard/save_as_modal.ts +++ b/public/app/features/dashboard/save_as_modal.ts @@ -13,7 +13,7 @@ const template = ` -