Explorar o código

added s to folderId in params

Patrick O'Carroll %!s(int64=7) %!d(string=hai) anos
pai
achega
937b26f3fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/panel/dashlist/module.ts

+ 1 - 1
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 => {