mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 03:38:09 +00:00
Fix upload error
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
7540556e62
commit
71f0da38f9
@ -263,7 +263,7 @@ const ModalStepper = ({
|
||||
const errorMessage = get(
|
||||
err,
|
||||
['response', 'payload', 'message', '0', 'messages', '0', 'message'],
|
||||
null
|
||||
get(err, ['response', 'payload', 'message'], null)
|
||||
);
|
||||
|
||||
if (errorMessage) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user