Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -109,7 +109,7 @@ export default function EditFormulario({
|
||||
const texto = value || '';
|
||||
if (texto.length <= 500) {
|
||||
handleChange(
|
||||
'descripcion_evento' as keyof GetCuestionario,
|
||||
'descripcion' as keyof GetCuestionario,
|
||||
texto
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user