Skip to content

Commit

Permalink
fix(registration): add indentifier type and number to button disable …
Browse files Browse the repository at this point in the history
…logic (#304)

#304
  • Loading branch information
manojava-gk authored Dec 4, 2024
1 parent b7fc35d commit 57e5136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/cax-companyData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ export const CompanyDataCax = () => {
errors.country !== '' ||
errors.postalCode !== '' ||
errors.region !== '' ||
!identifierType ||
identifierNumber.length === 0 ||
!identifierDetails?.length ||
errors.identifierNumber !== ''
}
Expand Down

0 comments on commit 57e5136

Please sign in to comment.