This commit is contained in:
hailin 2025-04-22 22:46:40 +08:00
parent cac7aebd03
commit ff7046a62c
1 changed files with 3 additions and 1 deletions

View File

@ -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",