Toggle COR Invite checkbox

This commit is contained in:
Montana
2019-01-18 13:27:15 -05:00
parent 1516a2c47d
commit f7b7cb26e1
3 changed files with 6 additions and 2 deletions

View File

@@ -23,12 +23,14 @@ export default {
const {
am_cor = false,
ko_invite = false,
cor_invite = false,
so_invite = false,
} = this.initialData
return {
am_cor,
ko_invite,
cor_invite,
so_invite,
}
}