This commit is contained in:
mattwr18 2019-10-08 22:42:41 +02:00
parent 3958f44fb6
commit 211bae6362

View File

@ -145,7 +145,6 @@ export default {
this.$toast.success(this.$t('contribution.success'))
this.showEmbed = this.currentUser.allowEmbedIframes
} catch (err) {
console.log(err)
this.$toast.error(err.message)
}
},