Fix bug in Due Cards introduced by last bug fix

This commit is contained in:
John R. Supplee 2021-03-31 13:53:35 +02:00
parent 392b701956
commit 73fb62e941

View file

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