mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix(core): fix preview mode (#8349)
This commit is contained in:
@@ -111,7 +111,7 @@ export const topLevelRoutes = [
|
|||||||
isTemplate: 'true',
|
isTemplate: 'true',
|
||||||
templateName: templateName ?? '',
|
templateName: templateName ?? '',
|
||||||
snapshotUrl: snapshotUrl ?? '',
|
snapshotUrl: snapshotUrl ?? '',
|
||||||
templateMode: templateMode ?? 'page',
|
mode: templateMode ?? 'page',
|
||||||
}).toString()}`
|
}).toString()}`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user