'Wizard edited for spa'
This commit is contained in:
2
resources/assets/js/mixins/global.js
vendored
2
resources/assets/js/mixins/global.js
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user