Skip to content

Commit

Permalink
fix: Update phone number without removing whole number (#10884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanuj1718 authored Mar 1, 2025
1 parent 17fa3d6 commit d218d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Facility/FacilityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ export default function FacilityForm({
<PhoneInput
data-cy="facility-phone"
placeholder={t("enter_phone_number")}
maxLength={13}
{...field}
/>
</FormControl>
Expand Down

0 comments on commit d218d8b

Please sign in to comment.