mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
* fix: prevent redundant workspace switch toast - Added an early return check in the switchWorkspace Redux action. - Prevents unnecessary state hydration and toast notifications when a user clicks on the already active workspace. * fix: return boolean status from switchWorkspace action to handle success and error states correctly * revert: changes made for the switchWorkspace to check if user switchedto the already active workspace * refactor: prevent unnecessary workspace switches and success notification logic * Remove async from handleWorkspaceSwitch function