Client - typo fix

This commit is contained in:
Sam 2023-02-16 10:06:54 +01:00
parent 41e30ec4f6
commit 8cf86d9e25

View File

@ -3,7 +3,7 @@
<textarea
:id="name"
:name="name"
:maxLenght="charLimit"
:maxLength="charLimit"
:disabled="disabled"
v-model="text"
@input="updateText"