mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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', {
|
FlowRouter.route('/due-cards', {
|
||||||
name: 'my-cards',
|
name: 'due-cards',
|
||||||
action() {
|
action() {
|
||||||
const dueCardsTemplate = 'dueCards';
|
const dueCardsTemplate = 'dueCards';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue