Skip to content

Commit

Permalink
fix: close connector drop down bydefault (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja authored Jan 25, 2024
1 parent f617d87 commit 7006d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/HyperSwitch/Connectors/ConnectorPreview.res
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ module MenuOption = {
<Navbar.MenuOption
text="Update"
onClick={_ => {
panelProps["close"]()
setCurrentStep(_ => updateStepValue)
}}
/>
<Navbar.MenuOption
text={connectorStatusAvailableToSwitch}
onClick={_ => {
panelProps["close"]()
openConfirmationPopUp()
}}
/>
Expand Down

0 comments on commit 7006d91

Please sign in to comment.