Get rid of annoying TS warning
This commit is contained in:
parent
be8f54ebcc
commit
a2c1b3160f
|
@ -369,7 +369,7 @@
|
|||
<progress class="progress is-small is-dark" max="100" />
|
||||
{/if}
|
||||
|
||||
<form class="field has-addons has-addons-right" on:submit|preventDefault={submitForm}>
|
||||
<form class="field has-addons has-addons-right" on:submit|preventDefault={() => submitForm()}>
|
||||
<p class="control is-expanded">
|
||||
<textarea
|
||||
class="input is-info is-focused chat-input"
|
||||
|
|
Loading…
Reference in New Issue