feat: avatar

This commit is contained in:
tzhangchi
2023-01-06 01:25:38 +08:00
parent 67ef5099dd
commit 57067b43b3
2 changed files with 23 additions and 5 deletions

View File

@@ -438,7 +438,7 @@ const SyncPage = ({ workspace }: { workspace: Workspace }) => {
<Button
onClick={() => {
updateWorkspaceMeta(workspace.id, {
workspaceType: 'cloud',
type: 'cloud',
});
setType();
}}