Tauffer-Consulting / domino

User friendly and open source platform for workflow creation and monitoring
https://domino-workflows.io/
Apache License 2.0
152 stars 14 forks source link

fix: delete workspace from local storage on leave #232

Closed tdari closed 9 months ago

tdari commented 9 months ago

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.