refactor: modificado tipo de una prop maxlenght

This commit is contained in:
2025-11-26 17:30:11 -03:00
parent e39bbe7047
commit dd1cc6f018

View File

@@ -63,7 +63,7 @@
<InputGroup>
<InputGroupTextarea
bind:value={mensaje}
maxlength="280"
maxlength={280}
placeholder="Alguna novedad?"
onkeydown={handleKeydown}
></InputGroupTextarea>