diff --git a/frontend/src/components/project/views/ProjectKanban.vue b/frontend/src/components/project/views/ProjectKanban.vue index 3a91669e2..3d2ff48d5 100644 --- a/frontend/src/components/project/views/ProjectKanban.vue +++ b/frontend/src/components/project/views/ProjectKanban.vue @@ -571,7 +571,6 @@ async function addTaskToBucket(bucketId: IBucket['id']) { bucketId, projectId: project.value.id, }) - toggleShowNewTaskInput(bucketId) newTaskText.value = '' kanbanStore.addTaskToBucket(task) scrollTaskContainerToTop(bucketId)