fixes: csa for modals

This commit is contained in:
arpitnath 2023-09-13 18:46:23 +05:30
parent 701121a62b
commit 8dc529c600
2 changed files with 2 additions and 1 deletions

View file

@ -1435,6 +1435,7 @@ const EditorComponent = (props) => {
updateQueryConfirmationList: updateQueryConfirmationList,
navigate: props.navigate,
switchPage: switchPage,
currentPageId: currentPageId,
};
if (isLoading) {

View file

@ -354,7 +354,7 @@ function showModal(_ref, modal, show) {
return Promise.resolve();
}
const modalMeta = _ref.appDefinition.pages[_ref.state.currentPageId].components[modalId]; //! NeedToFix
const modalMeta = _ref.appDefinition.pages[_ref.currentPageId].components[modalId]; //! NeedToFix
const _components = {
...getCurrentState().components,