Skip to content

Commit

Permalink
fix(core): fix preview mode (#8349)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 24, 2024
1 parent a430367 commit d0f04d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/core/src/desktop/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const topLevelRoutes = [
isTemplate: 'true',
templateName: templateName ?? '',
snapshotUrl: snapshotUrl ?? '',
templateMode: templateMode ?? 'page',
mode: templateMode ?? 'page',
}).toString()}`
);
},
Expand Down

0 comments on commit d0f04d2

Please sign in to comment.