send images separately in themeManagement

This commit is contained in:
SethBurkart123
2024-04-01 23:58:30 +11:00
parent be2c143e38
commit f6386aad7d
4 changed files with 47 additions and 38 deletions
@@ -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) {