diff --git a/webroot/js/api-helper.js b/webroot/js/api-helper.js index 9062c23..24d34cc 100644 --- a/webroot/js/api-helper.js +++ b/webroot/js/api-helper.js @@ -381,7 +381,7 @@ class AJAXApi { this.provideSuccessFeedback(data, {}, skipFeedback) toReturn = data; } else { - this.provideFailureFeedback(data, {}, skipFeedback) + this.provideFailureFeedback(data, {}, false) feedbackShown = true this.injectFormValidationFeedback(form, data.errors) toReturn = Promise.reject(data.errors);