mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 17:52:15 +01:00
clear client name input on client create submit, fixes #189
This commit is contained in:
@@ -19,6 +19,7 @@ const client = ref<CreateClientBody>({
|
||||
|
||||
async function submit() {
|
||||
await createClient(client.value);
|
||||
client.value.name = '';
|
||||
show.value = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user