Skip to content

Commit

Permalink
separate files for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Dec 14, 2023
1 parent 17100e6 commit 849df0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Components/Facility/PatientConsultationNotesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 849df0a

Please sign in to comment.