Skip to content

Commit

Permalink
clear messages panel when resetting the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 28, 2024
1 parent e17c8eb commit 9bdf7a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,7 @@ public void clearInputs() {
this.lblCaseCreated.setText("");
this.closeInvolvedPartyEntryPanelSubscriptions();
this.pnlInvolvedParties.removeAll();
this.pnlMessages.removeAll();
//this.cmbDictateSign.setSelectedItem("");
this.cmbLawyer.setSelectedItem("");
this.cmbAssistant.setSelectedItem("");
Expand Down

0 comments on commit 9bdf7a5

Please sign in to comment.