stubs/inertia-vue-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.vue in kaze-0.15.0 vs stubs/inertia-vue-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.vue in kaze-0.16.0

- old
+ new

@@ -34,9 +34,10 @@ } const closeModal = () => { confirmingUserDeletion.value = false + form.clearErrors() form.reset() } </script> <template>