fix build

This commit is contained in:
FloatingGhost 2022-06-17 12:23:19 +01:00
parent a0ba907f6d
commit 13048fce76
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
>
<template v-slot:content="{close}">
<EmojiPicker
:enableStickerPicker="false"
:enable-sticker-picker="false"
@emoji="addReaction($event, close)"
/>
</template>