mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added s to folderId in params
This commit is contained in:
parent
6281910591
commit
937b26f3fd
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user