'Wizard edited for spa'

This commit is contained in:
Burak Civan
2021-05-20 15:18:43 +03:00
parent cdfe846d4b
commit 79f91eab7f
25 changed files with 1849 additions and 524 deletions

View File

@ -198,6 +198,8 @@ export default {
if (response.data.redirect) {
window.location.href = response.data.redirect;
}
this.$emit('deleted', response.data);
})
.catch(error => {
this.success = false;