forked from AkkomaGang/akkoma-fe
fix loadEmojiInsane button submitting the form
This commit is contained in:
parent
da3094eab7
commit
6ade3be5b4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
</div>
|
||||
<button
|
||||
class="btn btn-default"
|
||||
@click="loadEmojiInsane"
|
||||
@click.prevent="loadEmojiInsane"
|
||||
>
|
||||
{{ $t('emoji.load_all', { emojiAmount: filteredEmoji.length } ) }}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue