diff --git a/app/client/src/ce/sagas/ApplicationSagas.tsx b/app/client/src/ce/sagas/ApplicationSagas.tsx index e4073a4247..e529199407 100644 --- a/app/client/src/ce/sagas/ApplicationSagas.tsx +++ b/app/client/src/ce/sagas/ApplicationSagas.tsx @@ -688,7 +688,6 @@ export function* forkApplicationSaga( payload: { applicationId: application.id, pageId: defaultPage?.id, - mode: APP_MODE.EDIT, }, }); } diff --git a/app/client/src/reducers/entityReducers/pageListReducer.tsx b/app/client/src/reducers/entityReducers/pageListReducer.tsx index af5111ef9e..f9cdd60eac 100644 --- a/app/client/src/reducers/entityReducers/pageListReducer.tsx +++ b/app/client/src/reducers/entityReducers/pageListReducer.tsx @@ -61,8 +61,6 @@ export const pageListReducer = createReducer(initialState, { ...action.payload, defaultPageId: defaultPage?.pageId, defaultBasePageId: defaultPage?.basePageId, - currentBasePageId: defaultPage?.basePageId, - currentPageId: defaultPage?.basePageId, }; }, [ReduxActionTypes.UPDATE_PAGE_LIST]: (