mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix bug in Due Cards introduced by last bug fix
This commit is contained in:
parent
392b701956
commit
73fb62e941
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue