mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Fix profile caching issue
This commit is contained in:
@@ -384,6 +384,7 @@
|
||||
}
|
||||
delete store.profiles[profileId]
|
||||
globalStorage.set(store)
|
||||
getProfiles(true) // force update profile cache
|
||||
}
|
||||
|
||||
export const saveCustomProfile = (profile:ChatSettings) => {
|
||||
|
||||
Reference in New Issue
Block a user