mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Fixes lint errors in mail component (#3200)
This commit is contained in:
committed by
GitHub
parent
2c8bf00d38
commit
5237e51f2c
@@ -38,12 +38,12 @@ export default {
|
||||
},
|
||||
cc: {
|
||||
type: Array,
|
||||
default: [],
|
||||
default: () => [],
|
||||
},
|
||||
bcc: {
|
||||
type: Array,
|
||||
default: [],
|
||||
}
|
||||
default: () => [],
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
toMails() {
|
||||
|
||||
Reference in New Issue
Block a user