mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
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