Merge pull request #8366 from ToolJet/platform-rebase/v10.x

Rebase platform v10.x
This commit is contained in:
Midhun G S 2023-12-21 12:00:59 +05:30 committed by GitHub
commit e0af223182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1895,6 +1895,7 @@ const EditorComponent = (props) => {
allComponents={appDefinition?.pages[currentPageId]?.components}
darkMode={props.darkMode}
pages={getPagesWithIds()}
cloneComponents={cloningComponents}
/>
</div>
}