From 7fe06c39dcd18edb28c5d578a260d4b735b92aa4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:12:52 +0000 Subject: [PATCH] Fix Profile error handling cgen-259f6aaaeb10497ea616016946839489 --- client/pages/Profile.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/pages/Profile.tsx b/client/pages/Profile.tsx index e00c70c6..8280baef 100644 --- a/client/pages/Profile.tsx +++ b/client/pages/Profile.tsx @@ -199,10 +199,9 @@ export default function Profile() { description: "Your profile has been successfully updated.", }); } catch (error) { - aethexToast({ + toastError({ title: "Update Failed", description: "Failed to update profile. Please try again.", - type: "error", }); } finally { setIsSaving(false);