Client - typo fix
This commit is contained in:
parent
41e30ec4f6
commit
8cf86d9e25
@ -3,7 +3,7 @@
|
||||
<textarea
|
||||
:id="name"
|
||||
:name="name"
|
||||
:maxLenght="charLimit"
|
||||
:maxLength="charLimit"
|
||||
:disabled="disabled"
|
||||
v-model="text"
|
||||
@input="updateText"
|
||||
|
Loading…
Reference in New Issue
Block a user