mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix name of Due Cards in router
This commit is contained in:
parent
1abdd5177d
commit
2e955cff54
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ FlowRouter.route('/my-cards', {
|
|||
});
|
||||
|
||||
FlowRouter.route('/due-cards', {
|
||||
name: 'my-cards',
|
||||
name: 'due-cards',
|
||||
action() {
|
||||
const dueCardsTemplate = 'dueCards';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue