Rerender layout on workspace change

This commit is contained in:
Hakan Shehu
2025-04-09 20:31:25 +02:00
parent 90f8cf95f1
commit 1011eda582

View File

@@ -83,7 +83,7 @@ export const Workspace = () => {
},
}}
>
<Layout />
<Layout key={workspaceId} />
{openSettings && (
<WorkspaceSettingsDialog
open={openSettings}