Skip to content

Commit 57e5136

Browse files
authored
fix(registration): add indentifier type and number to button disable logic (eclipse-tractusx#304)
eclipse-tractusx#304
1 parent b7fc35d commit 57e5136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/cax-companyData.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,8 @@ export const CompanyDataCax = () => {
723723
errors.country !== '' ||
724724
errors.postalCode !== '' ||
725725
errors.region !== '' ||
726+
!identifierType ||
727+
identifierNumber.length === 0 ||
726728
!identifierDetails?.length ||
727729
errors.identifierNumber !== ''
728730
}

0 commit comments

Comments
 (0)