nit workspace selection
This commit is contained in:
@@ -116,7 +116,13 @@
|
||||
await goto(rd ?? '/')
|
||||
}
|
||||
} else {
|
||||
await goto(rd ?? '/')
|
||||
try {
|
||||
await goto(rd ?? '/')
|
||||
console.log('Workspace selected, going to', rd)
|
||||
} catch (e) {
|
||||
console.error('Error going to', rd, e)
|
||||
window.location.reload()
|
||||
}
|
||||
}
|
||||
loading = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user