delete responsable

This commit is contained in:
2025-10-29 09:13:37 -06:00
parent faf4a00754
commit c2168d4366
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_API_URL=
-12
View File
@@ -360,18 +360,6 @@ export default function page() {
</ul>
)}
</div>
<div className="formGroup">
<label>Responsable</label>
<input
type="text"
placeholder="Selecciona responsable"
value={formData.responsable}
onChange={(e) =>
setFormData({ ...formData, responsable: e.target.value })
}
/>
</div>
</div>
{/* Columna Derecha */}