mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
fixed few overseights
This commit is contained in:
parent
606dbbbbf2
commit
35778d2673
3 changed files with 2 additions and 3 deletions
|
|
@ -315,7 +315,7 @@ Meteor.methods({
|
|||
changeLimitToShowCardsCount(limit) {
|
||||
check(limit, Number);
|
||||
Meteor.user().setShowCardsCountAt(limit);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
if (Meteor.isServer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue