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:
committed by
Gregor Vostrak
parent
5b86c85aca
commit
4400741391
@@ -12,6 +12,7 @@ const props = withDefaults(
|
||||
border: boolean;
|
||||
}>(),
|
||||
{
|
||||
name: '',
|
||||
size: 'base',
|
||||
tag: 'div',
|
||||
color: 'var(--theme-color-icon-default)',
|
||||
|
||||
@@ -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