浏览代码

Fix bug in Due Cards introduced by last bug fix

John R. Supplee 4 年之前
父节点
当前提交
73fb62e941
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/main/dueCards.js

+ 1 - 1
client/components/main/dueCards.js

@@ -69,7 +69,7 @@ class DueCardsComponent extends CardSearchPagedComponent {
       queryParams.addPredicate(OPERATOR_USER, Meteor.user().username);
     }
 
-    this.runGlobalSearch(queryParams.getParams());
+    this.runGlobalSearch(queryParams.getQueryParams());
   }
 
   dueCardsView() {