stepper reject function instead of close

This commit is contained in:
Tykayn 2021-12-01 18:36:00 +01:00 committed by tykayn
parent a43de5f410
commit 1f8315235c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
pButton
icon="pi pi-times"
[label]="'dialogs.no' | translate"
(click)="stepperConfirm.close()"
(click)="stepperConfirm.reject()"
></button>
<button
type="button"