소스 검색

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() {