Skip to content

Commit

Permalink
fix: issue relating to Saved and UnSaved Phone Numbers, Emails, Adresses
Browse files Browse the repository at this point in the history
Issue relating to Saved and UnSaved Phone Numbers, Emails, Adresses when the user does not click the
Add Button

fix HospitalRun#1920
  • Loading branch information
sourabbanka22 committed Jun 1, 2020
1 parent 3f8500b commit 1e76455
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 275 deletions.
4 changes: 2 additions & 2 deletions src/model/ContactInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import PhoneNumber from './PhoneNumber'

export default interface ContactInformation {
phoneNumbers: PhoneNumber[]
emails?: Email[]
addresses?: Address[]
emails: Email[]
addresses: Address[]
}
Loading

0 comments on commit 1e76455

Please sign in to comment.