ConfirmDialog: Accept Icon is duplicated #13022
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
Well pretty simple:
Heres the buggy code piece
primeng/src/app/components/confirmdialog/confirmdialog.ts
Line 96 in ac054f9
As you can see with the addition of icon template, the icon is now duplicated. With the new i element and also with the icon attribute on the button itself. Thats not the case for the reject button.
Environment
Angular with Nest Backend on MacOS
Reproducer
No response
Angular version
15.x
PrimeNG version
15.4.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.x
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Just remove the single line
The text was updated successfully, but these errors were encountered: