Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: quick fix merchant #846

Merged
merged 23 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b0c066a
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 17, 2024
d22c065
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 21, 2024
0b16760
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 23, 2024
d5ed110
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 23, 2024
6022070
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 23, 2024
ebcae6f
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 24, 2024
f1e02e3
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 24, 2024
eb33ba7
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 27, 2024
bd4e015
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 29, 2024
705bed3
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 May 31, 2024
f22c170
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 3, 2024
4e3c339
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 4, 2024
1001583
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 4, 2024
ef2c084
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 5, 2024
625abca
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 6, 2024
5a6fd22
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 6, 2024
7f72d2a
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 7, 2024
91cf337
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 10, 2024
bafe860
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 12, 2024
7aa7a80
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 12, 2024
994dfab
Merge branch 'main' of github.com:juspay/hyperswitch-control-center
JeevaRamu0104 Jun 18, 2024
887d257
Merge branch 'main' of github.com:juspay/hyperswitch-control-center i…
JeevaRamu0104 Jun 19, 2024
5b3f541
chore: switch merchant quick fix
JeevaRamu0104 Jun 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/screens/SwitchMerchant/SwitchMerchant.res
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ let make = (~userRole, ~isAddMerchantEnabled=false) => {

setSuccessModal(_ => true)
await HyperSwitchUtils.delay(2000)
// Window.Location.reload()
Window.Location.reload()
setSuccessModal(_ => false)
} catch {
| _ => setValue(_ => "")
Expand Down
Loading