Change the position of id inside page object

This commit is contained in:
Sherfin Shamsudeen 2023-01-07 23:18:50 +05:30
parent 672993e49a
commit 4ad4515703

View file

@ -1622,10 +1622,10 @@ class EditorComponent extends React.Component {
const { globals: existingGlobals } = this.state.currentState;
const page = {
id: pageId,
name,
handle,
variables: this.state.pages?.[pageId]?.variables ?? {},
id: pageId,
};
const globals = {