Skip to content

Commit

Permalink
Fix initial values for new case (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Sep 20, 2023
1 parent 355bd22 commit f232526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/kyc-case.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const createEmptyCustomer = (): CustomerModel => {
name: '',
countryOfResidence: 'United States',
personalIdentificationNumber: '',
industryType: 'Private Limited Company',
entityType: 'Growing of rice',
industryType: 'Growing of rice',
entityType: 'Private Limited Company',
}
}

Expand Down

0 comments on commit f232526

Please sign in to comment.