mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
wip: cloud
This commit is contained in:
parent
41338d1bf9
commit
2bb5b9b13a
1 changed files with 3 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue