Forráskód Böngészése

added s to folderId in params

Patrick O'Carroll 7 éve
szülő
commit
937b26f3fd
1 módosított fájl, 1 hozzáadás és 1 törlés
  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,
       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 => {