mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Fix lint errors
This commit is contained in:
parent
ecb8c88233
commit
2d7d9b5d9f
3 changed files with 6 additions and 27 deletions
|
|
@ -45,7 +45,7 @@ BlazeComponent.extendComponent({
|
|||
listId: this.data()._id,
|
||||
boardId: this.data().board()._id,
|
||||
sort: sortIndex,
|
||||
swimlaneId: swimlaneId,
|
||||
swimlaneId,
|
||||
});
|
||||
// In case the filter is active we need to add the newly inserted card in
|
||||
// the list of exceptions -- cards that are not filtered. Otherwise the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue