mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 22:40:24 +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
|
||||
const init = async () => {
|
||||
dispatch(getData());
|
||||
await dispatch(getData());
|
||||
dispatch(initForm(rawQuery));
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user