From 1021155fc3650e41db2ce7595a46a86a2627a98b Mon Sep 17 00:00:00 2001 From: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:06:14 +0530 Subject: [PATCH] Add max phone number length to user creation form (#9952) --- src/components/Facility/CreateFacilityForm.tsx | 1 + src/components/Patient/PatientRegistration.tsx | 2 ++ src/components/Users/CreateUserForm.tsx | 8 +++++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/Facility/CreateFacilityForm.tsx b/src/components/Facility/CreateFacilityForm.tsx index c20372b08e3..718da1d2318 100644 --- a/src/components/Facility/CreateFacilityForm.tsx +++ b/src/components/Facility/CreateFacilityForm.tsx @@ -263,6 +263,7 @@ export default function CreateFacilityForm({ Phone Number {t("phone_number")} { @@ -391,6 +392,7 @@ export default function PatientRegistration( {t("phone_number")} - + @@ -329,6 +334,7 @@ export default function CreateUserForm({ onSubmitSuccess }: Props) {