mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
fix(infra): compatibility logic follow blocksuite (#5143)
This commit is contained in:
@@ -75,7 +75,7 @@ export const Component = (): ReactElement => {
|
||||
|
||||
const migration = useLoaderData() as MigrationPoint | undefined;
|
||||
return (
|
||||
<AffineErrorBoundary height="100vh">
|
||||
<AffineErrorBoundary key={params.workspaceId} height="100vh">
|
||||
<WorkspaceLayout migration={migration}>
|
||||
<Outlet />
|
||||
</WorkspaceLayout>
|
||||
|
||||
Reference in New Issue
Block a user