Skip to content

Commit

Permalink
Merge branch 'upgrade-next-15' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 8, 2025
2 parents c735446 + 16cde1e commit cd976dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(theme)/embed/embed-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function createEmbedPage(render: () => ReactElement) {

const overrideThemeVariables: Record<string, string> = {};

for (const key in props.searchParams) {
for (const key in searchParams) {
if (!key.startsWith("themeVariables[")) {
continue;
}
Expand Down

0 comments on commit cd976dc

Please sign in to comment.