mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashfolders: fix folder selection dropdown in dashboard settings
Use folder id from meta instead of dashboard object
This commit is contained in:
parent
854d22fa8e
commit
b1bb012343
@ -45,7 +45,7 @@
|
|||||||
</bootstrap-tagsinput>
|
</bootstrap-tagsinput>
|
||||||
</div>
|
</div>
|
||||||
<folder-picker initial-title="ctrl.dashboard.meta.folderTitle"
|
<folder-picker initial-title="ctrl.dashboard.meta.folderTitle"
|
||||||
initial-folder-id="ctrl.dashboard.folderId"
|
initial-folder-id="ctrl.dashboard.meta.folderId"
|
||||||
on-change="ctrl.onFolderChange($folder)"
|
on-change="ctrl.onFolderChange($folder)"
|
||||||
label-class="width-7">
|
label-class="width-7">
|
||||||
</folder-picker>
|
</folder-picker>
|
||||||
|
Loading…
Reference in New Issue
Block a user