Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MatijaNovosel committed Aug 19, 2024
1 parent ad731f0 commit 85605e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/kanban/KanbanCardDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ const save = useDebounceFn(async () => {
kanbanStore.activeCard!.tags = tags.value;
}
} else {
const project = kanbanStore.projects.find((p) => p.id === kanbanStore.selectedProject);
const maxPosition = Math.max(
...project!.columns
.find((c) => c.id === kanbanStore.activeColumnId)!
Expand Down

0 comments on commit 85605e4

Please sign in to comment.