chore: Fixes lint errors in mail component (#3200)
This commit is contained in:
parent
2c8bf00d38
commit
5237e51f2c
1 changed files with 3 additions and 3 deletions
|
@ -38,12 +38,12 @@ export default {
|
|||
},
|
||||
cc: {
|
||||
type: Array,
|
||||
default: [],
|
||||
default: () => [],
|
||||
},
|
||||
bcc: {
|
||||
type: Array,
|
||||
default: [],
|
||||
}
|
||||
default: () => [],
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
toMails() {
|
||||
|
|
Loading…
Reference in a new issue