diff --git a/front/components/sparkle/AppLayout.tsx b/front/components/sparkle/AppLayout.tsx index 3d70e0e996d1..2e43a2834ab5 100644 --- a/front/components/sparkle/AppLayout.tsx +++ b/front/components/sparkle/AppLayout.tsx @@ -94,6 +94,7 @@ function NavigationBar({ onWorkspaceUpdate={(workspace) => { if (workspace.id !== owner.id) { void router.push(`/w/${workspace.sId}/u/chat`); + void router.reload(); } }} />