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