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

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() {