This commit is contained in:
parent
cac7aebd03
commit
ff7046a62c
|
|
@ -241,7 +241,9 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
|
|||
|
||||
setProfile(updatedProfile)
|
||||
|
||||
toast.success("Profile updated!")
|
||||
// toast.success("Profile updated!"){t("profile.profileUpdated")}
|
||||
toast.success(t("profile.profileUpdated"))
|
||||
|
||||
|
||||
const providers = [
|
||||
"openai",
|
||||
|
|
|
|||
Loading…
Reference in New Issue