feat: active workspace when created workspace

This commit is contained in:
DiamondThree
2023-01-09 20:35:12 +08:00
parent 9ef0fe9d06
commit 93866e56d2
3 changed files with 35 additions and 28 deletions
@@ -15,7 +15,6 @@ export const WorkspaceSelector = () => {
return (
<>
<div>{currentWorkspace.meta.name}</div>
<SelectorWrapper
onClick={() => {
setWorkspaceListShow(true);