Skip to content

Commit

Permalink
feat: New Recon design
Browse files Browse the repository at this point in the history
  • Loading branch information
susrithasabbini committed Jan 30, 2025
1 parent 6785500 commit 02efe48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let getSelectedStepName = step => {

let getSelectedStepDescription = step => {
switch step {
| Hyperswitch => "Hyperswitch order data integration"
| Hyperswitch => "Hyperswitch order data integration"
| OrderManagementSystem => "In-house order management system"
| Dummy => "Dummy work flow"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module TestLivePayment = {
</div>
<div className="flex justify-end items-center border-t">
<ReconConfigurationHelper.Footer
currentStep={currentStep}
onSubmit={_ => setCurrentStep(prev => prev->getNextStep)}
currentStep={currentStep} onSubmit={_ => setCurrentStep(prev => prev->getNextStep)}
/>
</div>
</div>
Expand All @@ -59,8 +58,7 @@ module SetupCompleted = {
</div>
<div className="flex justify-end items-center border-t">
<ReconConfigurationHelper.Footer
currentStep={currentStep}
onSubmit={_ => setCurrentStep(prev => prev->getNextStep)}
currentStep={currentStep} onSubmit={_ => setCurrentStep(prev => prev->getNextStep)}
/>
</div>
</div>
Expand Down

0 comments on commit 02efe48

Please sign in to comment.