Fix profile caching issue

This commit is contained in:
Webifi
2023-06-07 18:36:22 -05:00
parent 568692300e
commit f74225298d

View File

@@ -384,6 +384,7 @@
}
delete store.profiles[profileId]
globalStorage.set(store)
getProfiles(true) // force update profile cache
}
export const saveCustomProfile = (profile:ChatSettings) => {