From 39f7d6d35967cc4c26983aa710d96ffd8a3812fd Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Mon, 4 Sep 2023 13:43:30 +0530 Subject: [PATCH] fixes #6213 --- src/Components/Facility/ConsultationForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index a0a281f10ee..dc73335b5f6 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -698,7 +698,6 @@ export const ConsultationForm = (props: any) => { symptoms_onset_date: new Date(), category: "Critical", suggestion: "DD", - verified_by: "Brought Dead", }, }); } else if (event.name === "suggestion" && event.value === "DD") {