Explorar o código

Fix bug in Due Cards introduced by last bug fix

John R. Supplee %!s(int64=4) %!d(string=hai) anos
pai
achega
73fb62e941
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {