From 1f8315235ce73757c3035619b0c37efb9e4232ac Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 1 Dec 2021 18:36:00 +0100 Subject: [PATCH] stepper reject function instead of close --- src/app/features/administration/stepper/stepper.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 5731f450..e6c00e15 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -81,7 +81,7 @@ pButton icon="pi pi-times" [label]="'dialogs.no' | translate" - (click)="stepperConfirm.close()" + (click)="stepperConfirm.reject()" >