mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Fix typo
This commit is contained in:
parent
b740381a72
commit
9cba640120
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ BlazeComponent.extendComponent({
|
||||||
element.sort = Boards.findOne(this.boardId)
|
element.sort = Boards.findOne(this.boardId)
|
||||||
.swimlanes()
|
.swimlanes()
|
||||||
.count();
|
.count();
|
||||||
element.type = 'swimlalne';
|
element.type = 'swimlane';
|
||||||
_id = element.copy(this.boardId);
|
_id = element.copy(this.boardId);
|
||||||
} else if (this.isBoardTemplateSearch) {
|
} else if (this.isBoardTemplateSearch) {
|
||||||
board = Boards.findOne(element.linkedId);
|
board = Boards.findOne(element.linkedId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue