We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e2ff5 commit 2ca0fe4Copy full SHA for 2ca0fe4
1 file changed
next-ui/src/composables/themeWatcher.ts
@@ -6,7 +6,7 @@ export function useThemeWatcher() {
6
const theme = useTheme()
7
8
function updateTheme(selectedTheme: string) {
9
- theme.change(selectedTheme)
+ void theme.change(selectedTheme)
10
}
11
12
watch(
0 commit comments