mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
fix last tracked tasks empty state
This commit is contained in:
@@ -24,6 +24,7 @@ async function submit() {
|
||||
project_id: props.projectId,
|
||||
});
|
||||
show.value = false;
|
||||
taskName.value = '';
|
||||
}
|
||||
|
||||
const taskNameInput = ref<HTMLInputElement | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user