mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix theme changer not displaying current theme on page refresh
This commit is contained in:
parent
024acf42af
commit
93192b90f4
@ -22,6 +22,7 @@ export default function ThemeChanger() {
|
||||
<IAISelect
|
||||
validValues={THEMES}
|
||||
value={currentTheme}
|
||||
defaultValue={currentTheme}
|
||||
onChange={themeChangeHandler}
|
||||
styleClass="theme-changer-dropdown"
|
||||
></IAISelect>
|
||||
|
Loading…
Reference in New Issue
Block a user