mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
event implementation
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
// Validation errors
|
||||
if (error.response.status == 422) {
|
||||
|
||||
if (error.response.data.errors['storage_capacity']) {
|
||||
if (error.response.data.errors['max_storage_amount']) {
|
||||
this.$refs.createPlan.setErrors({
|
||||
'storage capacity': this.$t('errors.capacity_digit')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user