mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 07:17:00 -04:00
@@ -3,7 +3,7 @@
|
||||
<pre class="message" [innerHTML]="data.message"></pre>
|
||||
</div>
|
||||
<div mat-dialog-actions [ngSwitch]="data.positiveButtonStyle">
|
||||
<button *ngSwitchCase="raised" mat-raised-button [mat-dialog-close]="true" [color]="data.positiveButtonColor"
|
||||
<button *ngSwitchCase="'raised'" mat-raised-button [mat-dialog-close]="true" [color]="data.positiveButtonColor"
|
||||
cdkFocusInitial>
|
||||
{{ (data.positiveButton ?? "DIALOGS.ALERT.POSITIVE_BUTTON") | translate }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user