feat: member init

This commit is contained in:
DiamondThree
2023-01-05 19:21:35 +08:00
parent 2773b3e489
commit b6542b0245
5 changed files with 32 additions and 58 deletions
@@ -16,7 +16,6 @@ export const WorkspaceSelector = () => {
setWorkspaceListShow(true);
}
});
const setWorkspace = () => {
const workspace = getActiveWorkspace();
setWorkSpace(workspace);