v1.4.2 update

This commit is contained in:
carodej
2020-05-06 07:41:36 +02:00
parent b8b56584bd
commit edd0b5195d
18 changed files with 543 additions and 60 deletions
+16
View File
@@ -114,6 +114,14 @@ const Helpers = {
message: this.$t('popup_exceed_limit.message')
})
} else if (error.response.status === 413) {
events.$emit('alert:open', {
emoji: '😟',
title: this.$t('popup_paylod_error.title'),
message: this.$t('popup_paylod_error.message')
})
} else {
// Show error message
@@ -189,6 +197,14 @@ const Helpers = {
message: this.$t('popup_exceed_limit.message')
})
} else if (error.response.status === 413) {
events.$emit('alert:open', {
emoji: '😟',
title: this.$t('popup_paylod_error.title'),
message: this.$t('popup_paylod_error.message')
})
} else {
// Show error message