[AAE-34479] added class for custom outcome button (#10882)

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
tomasz hanaj
2025-05-21 03:52:43 +02:00
committed by GitHub
parent 541ae4a266
commit 3fea334468

View File

@@ -96,6 +96,7 @@
mat-button mat-button
[disabled]="!isOutcomeButtonEnabled(outcome)" [disabled]="!isOutcomeButtonEnabled(outcome)"
[class.adf-form-hide-button]="!isOutcomeButtonVisible(outcome, form.readOnly)" [class.adf-form-hide-button]="!isOutcomeButtonVisible(outcome, form.readOnly)"
class="adf-cloud-form-custom-outcome-button"
(click)="onOutcomeClicked(outcome)" (click)="onOutcomeClicked(outcome)"
> >
{{ outcome.name | translate | uppercase }} {{ outcome.name | translate | uppercase }}