Skip to content

Commit

Permalink
ORV2-2994 - Regression: phone number extensions should all be numeric…
Browse files Browse the repository at this point in the history
…-only (#1666)

Co-authored-by: GlenAOT <[email protected]>
  • Loading branch information
glen-aot and glen-aot authored Nov 18, 2024
1 parent 9d5d355 commit bc5fd5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const ContactDetails = ({ feature }: { feature: string }) => {
/>

<CustomFormComponent
type="input"
type="number"
feature={feature}
options={{
name: "permitData.contactDetails.phone2Extension",
Expand Down

0 comments on commit bc5fd5c

Please sign in to comment.