Skip to content

Commit

Permalink
feat: Add mode property to forkApplicationSaga
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rahulbarwal committed Aug 22, 2024
1 parent ae4190f commit dfae0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/ce/sagas/ApplicationSagas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ export function* forkApplicationSaga(
payload: {
applicationId: application.id,
pageId: defaultPage?.id,
mode: APP_MODE.EDIT,
},
});
}
Expand Down

0 comments on commit dfae0dd

Please sign in to comment.