Skip to content

Commit

Permalink
Fixed #10430 - confirmDialog | acceptIcon and rejectIcon default valu…
Browse files Browse the repository at this point in the history
…es are null, but source code specifies default values
  • Loading branch information
cetincakiroglu committed Feb 11, 2022
1 parent 71d2a79 commit 052d979
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ <h5>Responsive</h5>
<tr>
<td>acceptIcon</td>
<td>string</td>
<td>null</td>
<td>pi pi-check</td>
<td>Icon of the accept button.</td>
</tr>
<tr>
<td>rejectIcon</td>
<td>string</td>
<td>null</td>
<td>pi pi-times</td>
<td>Icon of the reject button.</td>
</tr>
<tr>
Expand Down

0 comments on commit 052d979

Please sign in to comment.