Fix profile caching issue

This commit is contained in:
Webifi 2023-06-07 18:36:22 -05:00
parent 568692300e
commit f74225298d
1 changed files with 1 additions and 0 deletions

View File

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