This commit is contained in:
Marc Hartmayer 2020-04-30 01:51:54 +02:00
parent b740381a72
commit 9cba640120

View file

@ -672,7 +672,7 @@ BlazeComponent.extendComponent({
element.sort = Boards.findOne(this.boardId)
.swimlanes()
.count();
element.type = 'swimlalne';
element.type = 'swimlane';
_id = element.copy(this.boardId);
} else if (this.isBoardTemplateSearch) {
board = Boards.findOne(element.linkedId);