mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Merge pull request #3688 from jrsupplee/issue-1667
Fix bug in Due Cards introduced by last bug fix
This commit is contained in:
commit
91eb4b941d
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