Sfoglia il codice sorgente

Fix bug in Due Cards introduced by last bug fix

John R. Supplee 4 anni fa
parent
commit
73fb62e941
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {