Commit b1bb0123 by Marcus Efraimsson

dashfolders: fix folder selection dropdown in dashboard settings

Use folder id from meta instead of dashboard object
parent 854d22fa
......@@ -45,7 +45,7 @@
</bootstrap-tagsinput>
</div>
<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)"
label-class="width-7">
</folder-picker>
......
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