0
0
Fork 0

fix: remove promise execution

This commit is contained in:
Javier Segarra 2024-09-16 10:30:04 +00:00
parent d384894bf0
commit eb8690a422
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ const onSubmit = async () => {
};
try {
await axios.patch(`Clients/${$props.id}/setPassword`, payload);
await $props.promise();
} catch (error) {
notify('errors.create', 'negative');
} finally {