mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +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() {
|
async function submit() {
|
||||||
await createClient(client.value);
|
await createClient(client.value);
|
||||||
|
client.value.name = '';
|
||||||
show.value = false;
|
show.value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user