Skip to content

Commit

Permalink
Default Doctor Notes popup as opened when initially clicked (#6702)
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna authored Nov 27, 2023
1 parent c37b554 commit 9b05821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/PatientNotesSlideover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface PatientNotesProps {
}

export default function PatientNotesSlideover(props: PatientNotesProps) {
const [show, setShow] = useState(false);
const [show, setShow] = useState(true);
const [patientActive, setPatientActive] = useState(true);
const [noteField, setNoteField] = useState("");
const [reload, setReload] = useState(false);
Expand Down

0 comments on commit 9b05821

Please sign in to comment.