fix: cleanup workspace when switch setting panel (#3072)

This commit is contained in:
Alex Yang
2023-07-06 23:27:09 +08:00
committed by GitHub
parent fafd93f7dc
commit 822078e640
6 changed files with 58 additions and 63 deletions
-1
View File
@@ -113,7 +113,6 @@ export const LocalAdapter: WorkspaceAdapter<WorkspaceFlavour.LOCAL> = {
<NewWorkspaceSettingDetail
onDeleteWorkspace={onDeleteWorkspace}
workspace={currentWorkspace}
key={currentWorkspace.id}
onTransferWorkspace={onTransformWorkspace}
/>
);