mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: lint error and build error
This commit is contained in:
@@ -43,7 +43,7 @@ export const SyncPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
|
||||
// await login();
|
||||
// }
|
||||
const id = await enableWorkspace(currentWorkspace);
|
||||
router.push(`/workspace/${id}`);
|
||||
router.push(`/workspace/${id}/setting`);
|
||||
toast('Enabled success');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user