Fix bug in Due Cards introduced by last bug fix

reviewable/pr3688/r1
John R. Supplee 4 years ago
parent 392b701956
commit 73fb62e941
  1. 2
      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() {

Loading…
Cancel
Save