mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
dashfolders: fix bug in save as modal
This commit is contained in:
parent
2d192f6cc8
commit
f443cb8229
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user