fix(web): setting panel refresh (#3070)

(cherry picked from commit 28653d6892)
This commit is contained in:
Alex Yang
2023-07-06 19:24:26 +08:00
parent 031dd6d4ea
commit 6d552ce85e
2 changed files with 2 additions and 13 deletions

View File

@@ -113,6 +113,7 @@ export const LocalAdapter: WorkspaceAdapter<WorkspaceFlavour.LOCAL> = {
<NewWorkspaceSettingDetail
onDeleteWorkspace={onDeleteWorkspace}
workspace={currentWorkspace}
key={currentWorkspace.id}
onTransferWorkspace={onTransformWorkspace}
/>
);