Se corrige limite de 200 y wrap en titulo validaciones en modal de adeicion de matria en mapa
This commit is contained in:
@@ -93,7 +93,6 @@ function DatosGeneralesPage() {
|
||||
|
||||
requerido: true,
|
||||
|
||||
// 👇 TIPO DE CAMPO
|
||||
tipo: Array.isArray(schema?.enum)
|
||||
? 'select'
|
||||
: schema?.type === 'number'
|
||||
|
||||
Reference in New Issue
Block a user