Skip to content

Commit

Permalink
Clear reason before rendering config page (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom authored Jul 14, 2023
1 parent bd38b12 commit 7a79fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public JobLocalConfiguration(String changeReasonComment) {
}

public String getChangeReasonComment() {
return changeReasonComment;
return "";
}

@Extension
Expand Down

0 comments on commit 7a79fc4

Please # to comment.