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