mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
feat: modify interaction of new workspace (#1031)
This commit is contained in:
@@ -86,7 +86,7 @@ export const WorkspaceModal = ({ open, onClose }: WorkspaceModalProps) => {
|
||||
<WorkspaceCard
|
||||
workspaceData={item}
|
||||
onClick={workspaceData => {
|
||||
router.replace(`/workspace/${workspaceData.id}`);
|
||||
router.replace(`/workspace/${workspaceData.id}/all`);
|
||||
onClose();
|
||||
}}
|
||||
key={index}
|
||||
|
||||
Reference in New Issue
Block a user