auto close theme creator on save

This commit is contained in:
SethBurkart123
2024-04-01 21:49:43 +11:00
parent 18603cf4f6
commit c271c10abb
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ function ThemeCreator({ themeID }: { themeID?: string }) {
}));
}
const saveTheme = () => {
sendThemeUpdate(theme, true);
const saveTheme = async () => {
sendThemeUpdate(theme, true)
};
useEffect(() => {