fix last tracked tasks empty state

This commit is contained in:
Gregor Vostrak
2024-04-18 01:13:26 +02:00
parent e593430d72
commit 3d9ed4a4e5
5 changed files with 66 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ async function submit() {
project_id: props.projectId,
});
show.value = false;
taskName.value = '';
}
const taskNameInput = ref<HTMLInputElement | null>(null);