add the newly created client to clients list

This commit is contained in:
Wroclaw 2023-12-12 19:18:13 +01:00
parent 3101858eed
commit 5d1fc30601

View file

@ -97,6 +97,7 @@ async function handleSubmit() {
body: formData.value,
},
);
clients.value.unshift(result);
} catch (e) {
console.error(e);
submitting.value = false;