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: { cc: {
type: Array, type: Array,
default: [], default: () => [],
}, },
bcc: { bcc: {
type: Array, type: Array,
default: [], default: () => [],
} },
}, },
computed: { computed: {
toMails() { toMails() {