mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Change the position of id inside page object
This commit is contained in:
parent
672993e49a
commit
4ad4515703
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue