Skip to content

Commit

Permalink
Add missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 18, 2024
1 parent 2d64450 commit bf433bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/primeng/src/confirmdialog/confirmdialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ const hideAnimation = animation([animate('{{transition}}', style({ transform: '{
</ng-template>
}
<ng-template #footer>
@if (footer || footerTemplate || _footerTemplate) {
@if (footerTemplate || _footerTemplate) {
<ng-content select="p-footer"></ng-content>
<ng-container *ngTemplateOutlet="footerTemplate || _footerTemplate"></ng-container>
}
@if (!footer && !footerTemplate && !_footerTemplate) {
@if (!footerTemplate && !_footerTemplate) {
<p-button
*ngIf="option('rejectVisible')"
[label]="rejectButtonLabel"
Expand Down

0 comments on commit bf433bc

Please sign in to comment.