feat: mock delete

This commit is contained in:
DiamondThree
2023-01-05 19:04:16 +08:00
parent 3d2da085e7
commit 955558b0d0
7 changed files with 71 additions and 22 deletions

View File

@@ -116,7 +116,6 @@ export const WorkspaceSetting = ({
};
const workspace = getActiveWorkspace();
console.log('workspace: ', workspace);
const handleClickClose = () => {
onClose && onClose();
};