From 849df0a2f4e36f9a052fd91543ba78f87ff608d3 Mon Sep 17 00:00:00 2001 From: Pranshu1902 Date: Thu, 14 Dec 2023 17:23:05 +0530 Subject: [PATCH] separate files for notes --- src/Components/Facility/PatientConsultationNotesList.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/Facility/PatientConsultationNotesList.tsx b/src/Components/Facility/PatientConsultationNotesList.tsx index 4915c05a50c..90692bd76e9 100644 --- a/src/Components/Facility/PatientConsultationNotesList.tsx +++ b/src/Components/Facility/PatientConsultationNotesList.tsx @@ -14,6 +14,9 @@ interface PatientNotesProps { setReload?: any; } +// TODO: +// 1. Adding new note isn't refetching the notes (fix needed in PatientNotesList.tsx as) + const pageSize = RESULTS_PER_PAGE_LIMIT; const PatientConsultationNotesList = (props: PatientNotesProps) => {