Skip to content

Commit

Permalink
reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Nov 18, 2024
1 parent 8394e0f commit 3903c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ function GeneratePageForm() {
};

AnalyticsUtil.logEvent("GEN_CRUD_PAGE_FORM_SUBMIT");
dispatch(closeGeneratePageModal());
dispatch(generateTemplateToUpdatePage(payload));
dispatch(closeGeneratePageModal());
};

const handleFormSubmit = () => {
Expand Down

0 comments on commit 3903c44

Please sign in to comment.