mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 21:18:06 +01:00
Updated dependencies. Fixed lint.
Thanks to xet7 !
This commit is contained in:
parent
9fa1d846e6
commit
4e1c0fdce8
4 changed files with 16 additions and 18 deletions
|
|
@ -1527,7 +1527,7 @@ Cards.mutations({
|
|||
return this.move(boardId, swimlaneId, listId, sort);
|
||||
},
|
||||
|
||||
move(boardId, swimlaneId, listId, sort=null) {
|
||||
move(boardId, swimlaneId, listId, sort = null) {
|
||||
const mutatedFields = {
|
||||
boardId,
|
||||
swimlaneId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue