Implement code changes to enhance functionality and improve performance

This commit is contained in:
jorgemike
2025-06-27 18:17:49 -06:00
parent a107233007
commit 2cb42cd4fc
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -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
);
}