minor
This commit is contained in:
parent
dd36490afb
commit
4922e057bb
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
copyLink () {
|
||||
Message({ message: this.$t('common.copied'), type: 'success' })
|
||||
Message({ message: this.$t('common.copied'), type: 'success', showClose: true })
|
||||
},
|
||||
add_notification () {
|
||||
if (!this.notification.email) {
|
||||
|
|
Loading…
Reference in a new issue