From 27e1e0dd30743e53151a5a18a5260ae890c3b2e4 Mon Sep 17 00:00:00 2001 From: totregex Date: Wed, 8 Jan 2025 23:35:09 +0530 Subject: [PATCH] disable unless dirty --- src/components/Encounter/CreateEncounterForm.tsx | 6 +++++- src/components/Facility/CreateFacilityForm.tsx | 6 +++++- src/components/Facility/FacilityCreate.tsx | 6 +++++- src/components/Schedule/ScheduleExceptionForm.tsx | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/Encounter/CreateEncounterForm.tsx b/src/components/Encounter/CreateEncounterForm.tsx index 39a5e8363e2..8a8fc81bb2c 100644 --- a/src/components/Encounter/CreateEncounterForm.tsx +++ b/src/components/Encounter/CreateEncounterForm.tsx @@ -319,7 +319,11 @@ export default function CreateEncounterForm({ }} /> - diff --git a/src/components/Facility/CreateFacilityForm.tsx b/src/components/Facility/CreateFacilityForm.tsx index 8ad9887d2ef..d57e9bccf1b 100644 --- a/src/components/Facility/CreateFacilityForm.tsx +++ b/src/components/Facility/CreateFacilityForm.tsx @@ -418,7 +418,11 @@ export default function CreateFacilityForm({ )} - - -