Merge branch 'develop' into working
This commit is contained in:
commit
f74972e5ec
3 changed files with 17 additions and 8 deletions
|
|
@ -221,7 +221,7 @@ const defaultInformation: Information = {
|
|||
prefixId: '',
|
||||
firstname: '',
|
||||
lastname: '',
|
||||
birthDate: new Date(''),
|
||||
birthDate: new Date(),
|
||||
genderId: '',
|
||||
bloodId: '',
|
||||
nationality: '',
|
||||
|
|
@ -231,10 +231,12 @@ const defaultInformation: Information = {
|
|||
phone: '',
|
||||
email: '',
|
||||
province: '',
|
||||
cardIdDate: new Date(''),
|
||||
cardIdDate: new Date(),
|
||||
relationship: '',
|
||||
knowledge: '',
|
||||
districtId: ''
|
||||
districtId: '',
|
||||
provinceId: '',
|
||||
statusId: ''
|
||||
}
|
||||
|
||||
const defaultFamily: Family = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue