Se limitaron el número de caracteres y de digitos en los inputs de los wizards

This commit is contained in:
2026-02-06 12:23:17 -06:00
parent 1f78284fb6
commit 958b558111
6 changed files with 140 additions and 93 deletions

View File

@@ -93,6 +93,7 @@ export type Database = {
asignatura_hash: string | null
codigo: string | null
contenido_tematico: Json
conversation_id: string | null
creado_en: string
creado_por: string | null
creditos: number
@@ -116,6 +117,7 @@ export type Database = {
asignatura_hash?: string | null
codigo?: string | null
contenido_tematico?: Json
conversation_id?: string | null
creado_en?: string
creado_por?: string | null
creditos: number
@@ -139,6 +141,7 @@ export type Database = {
asignatura_hash?: string | null
codigo?: string | null
contenido_tematico?: Json
conversation_id?: string | null
creado_en?: string
creado_por?: string | null
creditos?: number