mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
feat: publish local workspace (#1406)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import '@blocksuite/editor/themes/affine.css';
|
||||
import '../styles/globals.css';
|
||||
|
||||
import { config, setupGlobal } from '@affine/env';
|
||||
|
||||
@@ -102,8 +102,9 @@ const SettingPage: NextPageWithLayout = () => {
|
||||
(targetWorkspaceId: string) => {
|
||||
router
|
||||
.replace({
|
||||
pathname: `/workspace/[workspaceId]/all`,
|
||||
pathname: `/workspace/[workspaceId]/setting`,
|
||||
query: {
|
||||
...router.query,
|
||||
workspaceId: targetWorkspaceId,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user