Merge branch 'develop'

This commit is contained in:
Björn Fromme
2022-12-13 17:53:10 +01:00
@@ -454,13 +454,11 @@
this.dirty = false this.dirty = false
}) })
.catch(error => { .catch(error => {
error.response.then(data => {
this.alert({ this.alert({
message: data.message, message: error.message,
success: false, success: false,
}) })
}) })
})
.finally(() => { .finally(() => {
this.endLoading() this.endLoading()
this.$emit('loaded') this.$emit('loaded')