hyperswitch-control-center
hyperswitch-control-center copied to clipboard
fix: redirect on new tab fix
Type of Change
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Currently when u open a dashboard tab in new tab, it always goes to home page irrespective of the route, this pr will fix this bug
Motivation and Context
How did you test it?
Checklist
- [x] I ran
npm run re:build
- [x] I reviewed submitted code
- [ ] I added unit tests for my changes where possible