Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 12f62a4

Browse files
Nick Mitchellstarpit
authored andcommitted
fix(packages/core): first-time users may not see Themes widget
Fixes #6528
1 parent c28c800 commit 12f62a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/webapp/themes/persistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const switchToPersistedThemeChoice = async (): Promise<void> => {
175175
// Here is the fall-through handler: switch to the default theme
176176
// choice
177177
try {
178-
await switchTo(await getDefaultTheme(), true)
178+
await switchTo(await getDefaultTheme())
179179
} catch (err) {
180180
console.error('Critical error!!! Cannot find a theme.', err)
181181
}

0 commit comments

Comments
 (0)