mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Merge pull request #13854 from strapi/fix/13853-get-trad
EditViewDataManagerProvider: Fix missing params getAPIInnerErrors
This commit is contained in:
commit
c83427e513
@ -310,7 +310,7 @@ const EditViewDataManagerProvider = ({
|
||||
} catch (err) {
|
||||
errors = {
|
||||
...errors,
|
||||
...getAPIInnerErrors(err),
|
||||
...getAPIInnerErrors(err, { getTrad }),
|
||||
};
|
||||
}
|
||||
|
||||
@ -346,7 +346,7 @@ const EditViewDataManagerProvider = ({
|
||||
} catch (err) {
|
||||
errors = {
|
||||
...errors,
|
||||
...getAPIInnerErrors(err),
|
||||
...getAPIInnerErrors(err, { getTrad }),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user