refactor: move to inert handles
This commit is contained in:
@@ -59,6 +59,6 @@ async function selectWorkspace(workspaceID: string) {
|
||||
return
|
||||
}
|
||||
|
||||
workspaceService.activeWorkspaceHandle.value = result.right
|
||||
workspaceService.activeWorkspaceHandle.value = result.right.get()
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user