From 706baadb33c96c9e7e680c1f079c4259e7685d86 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 22 Sep 2025 19:18:07 -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 c879c63..0c3d7e1 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -55,7 +55,7 @@ export default function ProfileCompleteCom() { const mutation = useMutation({ mutationFn: (fields) => { - const {practice, specialization} = fields + const {practice, specialization, url_name} = fields if (!practice || !specialization || !url_name) { throw new Error('Please select both practice, specialization fields and URL_Name') }