Skip to content

Commit

Permalink
change CustomFormComponent inside ContactDetails for phone2Extension …
Browse files Browse the repository at this point in the history
…to type='number'
  • Loading branch information
glen-aot committed Nov 15, 2024
1 parent 9d5d355 commit 4741b51
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 4741b51

Please sign in to comment.