diff --git a/src/views/emojiPacks/components/NewEmojiUploader.vue b/src/views/emojiPacks/components/NewEmojiUploader.vue index 4bb8b441..0715cde8 100644 --- a/src/views/emojiPacks/components/NewEmojiUploader.vue +++ b/src/views/emojiPacks/components/NewEmojiUploader.vue @@ -7,20 +7,20 @@ - - - {{ $t('settings.clickToUpload') }} - - +

or

+ + {{ $t('settings.clickToUpload') }} + +
@@ -75,11 +75,12 @@ export default { action: 'add', packName: this.packName, shortcode: this.shortcode, - file, + file: file || this.imageUploadURL, fileName: this.customFileName }).then(() => { this.shortcode = '' this.imageUploadURL = '' + this.customFileName = '' this.$store.dispatch('ReloadEmoji') })