-
+
-
-
+
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
);
}
diff --git a/susconecta/components/forms/doctor-registration-form.tsx b/susconecta/components/forms/doctor-registration-form.tsx
index b50ef60..ab80830 100644
--- a/susconecta/components/forms/doctor-registration-form.tsx
+++ b/susconecta/components/forms/doctor-registration-form.tsx
@@ -132,6 +132,8 @@ const initial: FormData = {
+// AgendaEditor removido - restaurando o textarea original abaixo
+
export function DoctorRegistrationForm({
open = true,
onOpenChange,
@@ -466,10 +468,10 @@ if (missingFields.length > 0) {
)}
-
-
-
-
-
- setField("curriculo", e.target.files?.[0] || null)}
- accept=".pdf,.doc,.docx"
- />
- {form.curriculo && {form.curriculo.name}}
-
-
+
+
+
+
+ setField("curriculo", e.target.files?.[0] || null)}
+ accept=".pdf,.doc,.docx"
+ />
+ {form.curriculo && {form.curriculo.name}}
+
+
@@ -644,7 +646,7 @@ if (missingFields.length > 0) {
))}
-
+
Adicionar Formação
@@ -752,17 +754,7 @@ if (missingFields.length > 0) {
+ {/* Agenda/Horário removido conforme solicitado */}