From 975b4469a96e250e093d019b33bb5b7721c88806 Mon Sep 17 00:00:00 2001 From: Kshitij Verma Date: Mon, 19 Feb 2024 22:55:54 +0530 Subject: [PATCH] removed unused filters from notifications --- src/Common/constants.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Common/constants.tsx b/src/Common/constants.tsx index ada2fc6e2bf..9979083a29d 100644 --- a/src/Common/constants.tsx +++ b/src/Common/constants.tsx @@ -559,11 +559,6 @@ export const NOTIFICATION_EVENTS = [ text: "Patient Updated", icon: "fa-solid fa-user-pen", }, - { - id: "PATIENT_DELETED", - text: "Patient Deleted", - icon: "fa-solid fa-user-minus", - }, { id: "PATIENT_CONSULTATION_CREATED", text: "Patient Consultation Created", @@ -574,11 +569,6 @@ export const NOTIFICATION_EVENTS = [ text: "Patient Consultation Updated", icon: "fa-solid fa-heart-circle-plus", }, - { - id: "PATIENT_CONSULTATION_DELETED", - text: "Patient Consultation Deleted", - icon: "fa-solid fa-heart-circle-minus", - }, { id: "INVESTIGATION_SESSION_CREATED", text: "Investigation Session Created",