mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
send images separately in themeManagement
This commit is contained in:
@@ -26,8 +26,6 @@ const ThemeSelector: ForwardRefExoticComponent<Omit<ThemeSelectorProps, "ref"> &
|
||||
try {
|
||||
const { themes, selectedTheme } = await listThemes();
|
||||
|
||||
console.log(await listThemes());
|
||||
|
||||
setThemes(themes);
|
||||
setSelectedThemeId(selectedTheme ? selectedTheme : null);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user