Commit 937b26f3 by Patrick O'Carroll

added s to folderId in params

parent 62819105
...@@ -85,7 +85,7 @@ class DashListCtrl extends PanelCtrl { ...@@ -85,7 +85,7 @@ class DashListCtrl extends PanelCtrl {
limit: this.panel.limit, limit: this.panel.limit,
query: this.panel.query, query: this.panel.query,
tag: this.panel.tags, tag: this.panel.tags,
folderId: this.panel.folderId, folderIds: this.panel.folderId,
}; };
return this.backendSrv.search(params).then(result => { return this.backendSrv.search(params).then(result => {
......
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