Merge pull request #3688 from jrsupplee/issue-1667

Fix bug in Due Cards introduced by last bug fix
This commit is contained in:
Lauri Ojansivu 2021-03-31 16:16:58 +03:00 committed by GitHub
commit 91eb4b941d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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