mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
fix(cm): Creating a new locale doesn't pre-fill the non-internationalized fields (#18773)
This commit is contained in:
parent
ae6b92318c
commit
2e80eaf43a
@ -216,7 +216,7 @@ const ContentTypeFormWrapper = ({
|
|||||||
|
|
||||||
// This is needed in order to reset the form when the query changes
|
// This is needed in order to reset the form when the query changes
|
||||||
const init = async () => {
|
const init = async () => {
|
||||||
dispatch(getData());
|
await dispatch(getData());
|
||||||
dispatch(initForm(rawQuery));
|
dispatch(initForm(rawQuery));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user