mirror of
https://github.com/different-ai/openwork
synced 2026-05-10 09:12:03 +02:00
Previously, workspace templates were only loaded when connecting to remote workspaces due to a `workspaceType === "remote"` condition. This caused templates in local workspaces to not appear until a new template was created, which triggered a reload via saveTemplate(). Removed the restriction so loadWorkspaceTemplates() is called for all workspace types when a valid targetRoot exists.