Skip to content

Commit

Permalink
Update defaultRows for Discussion Notes Page
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Aug 22, 2024
1 parent c427328 commit 08d048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationDoctorNotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ConsultationDoctorNotes = (props: ConsultationDoctorNotesProps) => {
<AutoExpandingTextInputFormField
id="doctor_consultation_notes"
maxHeight={160}
rows={1}
rows={2}
name="note"
value={noteField}
onChange={(e) => setNoteField(e.value)}
Expand Down

0 comments on commit 08d048f

Please sign in to comment.