The problem was that we were not updating the workspace state to null and clearing local storage, as we do in the delete operation. When leaving the workspace, I deleted the workspace from local storage and set the workspace state to null, similar to the workspace delete operation we currently have. Additionally, I removed an unnecessary import from my previous PR.
Fix #229
The problem was that we were not updating the workspace state to null and clearing local storage, as we do in the delete operation. When leaving the workspace, I deleted the workspace from local storage and set the workspace state to null, similar to the workspace delete operation we currently have. Additionally, I removed an unnecessary import from my previous PR.