From 73fb62e941fa6f4090f25d6fcb5f619bc29cf9c9 Mon Sep 17 00:00:00 2001 From: "John R. Supplee" Date: Wed, 31 Mar 2021 13:53:35 +0200 Subject: [PATCH] Fix bug in Due Cards introduced by last bug fix --- client/components/main/dueCards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/main/dueCards.js b/client/components/main/dueCards.js index f08e306a0..1d7f5b211 100644 --- a/client/components/main/dueCards.js +++ b/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() {