瀏覽代碼

added s to folderId in params

Patrick O'Carroll 7 年之前
父節點
當前提交
937b26f3fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 => {