mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5028 - ConfirmDialog & ConfirmPopup: icon option class pt implementation defect
This commit is contained in:
parent
aa5336fbbd
commit
13323511fb
4 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,7 @@ const classes = {
|
|||
}
|
||||
],
|
||||
content: 'p-confirm-popup-content',
|
||||
icon: ({ instance }) => ['p-confirm-popup-icon', instance.confirmation ? instance.confirmation.icon : null],
|
||||
icon: 'p-confirm-popup-icon',
|
||||
message: 'p-confirm-popup-message',
|
||||
footer: 'p-confirm-popup-footer',
|
||||
rejectButton: ({ instance }) => ['p-confirm-popup-reject', instance.confirmation && !instance.confirmation.rejectClass ? 'p-button-sm p-button-text' : null],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue