Skip to content

Commit d6d96cc

Browse files
committed
forgot to fix the code error
1 parent f86933c commit d6d96cc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

frontend/src/components/UserSettings/Appearance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Appearance = () => {
1414
</Heading>
1515

1616
<RadioGroup
17-
onValueChange={(e) => setTheme(e.value)}
17+
onValueChange={(e) => setTheme(e.value ?? "system")}
1818
value={theme}
1919
colorPalette="teal"
2020
>

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)