remove maxlength from edit message
This commit is contained in:
parent
5d18c631d7
commit
ec71cea0dd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
<label class="input-label">
|
||||
Content
|
||||
<input class="input full-width" minlength="1" maxlength="32" bind:value={ messageContent } />
|
||||
<input class="input full-width" minlength="1" bind:value={ messageContent } />
|
||||
</label>
|
||||
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in a new issue