Commit f443cb82 by Daniel Lee

dashfolders: fix bug in save as modal

parent 2d192f6c
......@@ -86,7 +86,7 @@ export class DashboardSrv {
save(clone, options) {
options = options || {};
options.folderId = this.dash.meta.folderId;
options.folderId = this.dash.meta.folderId || clone.folderId;
return this.backendSrv
.saveDashboard(clone, options)
......
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