From 37255bbc9fab63ab74312d36d1e2c9126b1e1a59 Mon Sep 17 00:00:00 2001 From: Abhiuday Date: Wed, 27 Dec 2023 13:40:06 +0530 Subject: [PATCH] fix(location): removed heading --- src/Components/Facility/AddLocationForm.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Components/Facility/AddLocationForm.tsx b/src/Components/Facility/AddLocationForm.tsx index 899d33a7e46..49e75582412 100644 --- a/src/Components/Facility/AddLocationForm.tsx +++ b/src/Components/Facility/AddLocationForm.tsx @@ -36,13 +36,11 @@ export const AddLocationForm = (props: LocationFormProps) => { name: string; description: string; middlewareAddress: string; - duty_staff: string; locationType: string; }>({ name: "", description: "", middlewareAddress: "", - duty_staff: "", locationType: "", }); const headerText = !locationId ? "Add Location" : "Update Location"; @@ -171,12 +169,6 @@ export const AddLocationForm = (props: LocationFormProps) => {
-
- -
-