Skip to content

Commit

Permalink
Merge pull request #2437 from Bonymol-aot/FWF-3933/wizard-name-issue
Browse files Browse the repository at this point in the history
FWF-3933: [BugFix] Added class for wizard page name fix
  • Loading branch information
arun-s-aot authored Dec 16, 2024
2 parents 3ea8c26 + 8fe8280 commit bc41c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Edit = React.memo((props) => {
text={t("Loading...")}
className="col-12"
>
<div className="ms-4 me-4">
<div className="ms-4 me-4 wizard-tab">
<Form
form={form}
submission={isFormSubmissionLoading ? updatedSubmissionData : updatedSubmission}
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Form/Item/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const View = React.memo((props) => {
text={<Translation>{(t) => t("Loading...")}</Translation>}
className="col-12"
>
<div className="ms-4 me-4">
<div className="ms-4 me-4 wizard-tab">
{(isPublic || (formStatus === "active") ) ? (
<Form
form={form}
Expand Down

0 comments on commit bc41c39

Please sign in to comment.