Skip to content

Commit

Permalink
refactor: card date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Jan 17, 2023
1 parent d6860aa commit 1f1f8cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void initialize() {
phoneNumber.setEditable(false);
symptoms.setEditable(false);
dateOfBirth.setEditable(false);
dateOfBirth.setMouseTransparent(false);
dateOfBirth.setMouseTransparent(true);
}

public void setData(Patient patient) {
Expand Down

0 comments on commit 1f1f8cf

Please sign in to comment.