Skip to content

Commit

Permalink
Merge branch 'console' into abi-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Nov 12, 2024
2 parents 0b88abb + 4bf3640 commit 99d2978
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 @@ -130,7 +130,7 @@ const SearchChecklist = () => {
currentStep={6}
onStepClick={onStepClick}
activeSteps={6}
className={"campaign-flow-stepper"}
// className={"campaign-flow-stepper"}
/>
<div style={{ display: "flex", justifyContent: "space-between", marginTop: "2rem" }}>
{/* <Header styles={{ fontSize: "32px", marginBottom: "2rem", marginTop: "2rem" }}>{t("ACTION_LABEL_CONFIGURE_APP")}</Header> */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ const SetupCampaign = ({ hierarchyType, hierarchyData }) => {
currentStep={currentStep + 1}
onStepClick={onStepClick}
activeSteps={active}
className={"campaign-flow-stepper"}
// className={"campaign-flow-stepper"}
/>
)}
<FormComposerV2
Expand Down

0 comments on commit 99d2978

Please sign in to comment.