Se corrige limite de 200 y wrap en titulo validaciones en modal de adeicion de matria en mapa

This commit is contained in:
2026-02-06 14:42:38 -06:00
parent b45aa4b59c
commit 31a47934e5
3 changed files with 51 additions and 24 deletions

View File

@@ -93,7 +93,6 @@ function DatosGeneralesPage() {
requerido: true,
// 👇 TIPO DE CAMPO
tipo: Array.isArray(schema?.enum)
? 'select'
: schema?.type === 'number'