Fix profile caching issue
This commit is contained in:
parent
568692300e
commit
f74225298d
|
@ -384,6 +384,7 @@
|
|||
}
|
||||
delete store.profiles[profileId]
|
||||
globalStorage.set(store)
|
||||
getProfiles(true) // force update profile cache
|
||||
}
|
||||
|
||||
export const saveCustomProfile = (profile:ChatSettings) => {
|
||||
|
|
Loading…
Reference in New Issue