This commit is contained in:
CHIEFSOFT\ameye
2025-09-22 19:26:28 -04:00
parent 706baadb33
commit 8a8adcbbc7
@@ -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)
},