This commit is contained in:
les 2020-03-07 15:26:25 +01:00
parent dd36490afb
commit 4922e057bb

View file

@ -120,7 +120,7 @@ export default {
}, },
methods: { methods: {
copyLink () { copyLink () {
Message({ message: this.$t('common.copied'), type: 'success' }) Message({ message: this.$t('common.copied'), type: 'success', showClose: true })
}, },
add_notification () { add_notification () {
if (!this.notification.email) { if (!this.notification.email) {