From 8a8adcbbc75fb5fb348922a454c96ac61ec1a1a9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 22 Sep 2025 19:26:28 -0400 Subject: [PATCH] url name --- src/component/profile_complete/ProfileCompleteCom.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/profile_complete/ProfileCompleteCom.jsx b/src/component/profile_complete/ProfileCompleteCom.jsx index 0c3d7e1..43b9476 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -57,7 +57,7 @@ export default function ProfileCompleteCom() { mutationFn: (fields) => { const {practice, specialization, url_name} = fields if (!practice || !specialization || !url_name) { - throw new Error('Please select both practice, specialization fields and URL_Name') + throw new Error('Please select both practice, specialization and Enter URL_Name') } return completeProfile(fields) },