diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index 84726350..1d9438ce 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -454,11 +454,9 @@ this.dirty = false }) .catch(error => { - error.response.then(data => { - this.alert({ - message: data.message, - success: false, - }) + this.alert({ + message: error.message, + success: false, }) }) .finally(() => {