diff --git a/dashboard/src/App.vue b/dashboard/src/App.vue index ab95499e0..b66dee013 100644 --- a/dashboard/src/App.vue +++ b/dashboard/src/App.vue @@ -45,7 +45,7 @@ watch( () => customizer.uiTheme, (newTheme) => { if (newTheme) { - theme.global.name.value = newTheme; + } }, { immediate: true },