summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/workspace.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx
index f75af8e74..ddb98f4c5 100644
--- a/cloud/app/src/routes/workspace.tsx
+++ b/cloud/app/src/routes/workspace.tsx
@@ -30,7 +30,9 @@ const logout = action(async () => {
})
export default function WorkspaceLayout(props: RouteSectionProps) {
- const userInfo = createAsync(() => getUserInfo())
+ const userInfo = createAsync(() => getUserInfo(), {
+ deferStream: true,
+ })
return (
<main data-page="workspace">
<header data-component="workspace-header">