Skip to content

Commit

Permalink
fix: Fix error when re-importing workspace from pro instance
Browse files Browse the repository at this point in the history
  • Loading branch information
PRTTMPRPHT authored and pascalbreuninger committed Jan 8, 2025
1 parent 9477825 commit 9624d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/App/useAppReady.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function useAppReady() {

return
}
const workspacesResult = await client.workspaces.listAll()
const workspacesResult = await client.workspaces.listAll(false)
if (workspacesResult.err) {
return
}
Expand Down

0 comments on commit 9624d9c

Please sign in to comment.