mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
DisabledMimetypes.php validation rule fix
This commit is contained in:
2
resources/js/helpers.js
vendored
2
resources/js/helpers.js
vendored
@@ -182,7 +182,7 @@ const Helpers = {
|
||||
this.$isSomethingWrong()
|
||||
|
||||
// Break uploading process
|
||||
if ([500, 415].includes(error.response.status))
|
||||
if ([500, 422].includes(error.response.status))
|
||||
isNotGeneralError = false
|
||||
})
|
||||
} while (isNotGeneralError && attempts !== 0 && attempts !== 3)
|
||||
|
||||
Reference in New Issue
Block a user