Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add mode property to forkApplicationSaga #35841

Merged
merged 2 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. feat: Add mode property to forkApplicationSaga

    This commit adds the `mode` property to the `forkApplicationSaga` function in the `ApplicationSagas.tsx` file. The `mode` property is set to `APP_MODE.EDIT`. This change allows for better control and customization of the application editing mode.
    rahulbarwal committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dfae0dd View commit details
    Browse the repository at this point in the history
  2. feat: Add currentBasePageId and currentPageId properties to pageListR…

    …educer
    
    This commit adds the currentBasePageId and currentPageId properties to the pageListReducer in the pageListReducer.tsx file. These properties are set to the basePageId of the defaultPage. This change allows for better tracking and management of the current base page and current page in the application.
    rahulbarwal committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eba9176 View commit details
    Browse the repository at this point in the history