From 937b26f3fd77cf42cd994547b00103556e68abfa Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 31 May 2018 10:39:47 +0200 Subject: [PATCH] added s to folderId in params --- public/app/plugins/panel/dashlist/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/dashlist/module.ts b/public/app/plugins/panel/dashlist/module.ts index dbcdb10d4ac..ad80bfbf384 100644 --- a/public/app/plugins/panel/dashlist/module.ts +++ b/public/app/plugins/panel/dashlist/module.ts @@ -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 => {