added s to folderId in params

This commit is contained in:
Patrick O'Carroll 2018-05-31 10:39:47 +02:00
parent 6281910591
commit 937b26f3fd

View File

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