chore: Fixes lint errors in mail component (#3200)

This commit is contained in:
Nithin David Thomas 2021-10-12 10:14:09 +05:30 committed by GitHub
parent 2c8bf00d38
commit 5237e51f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,12 +38,12 @@ export default {
},
cc: {
type: Array,
default: [],
default: () => [],
},
bcc: {
type: Array,
default: [],
}
default: () => [],
},
},
computed: {
toMails() {