|
|
|
@ -12,7 +12,13 @@ |
|
|
|
</mat-form-field> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-end" mat-dialog-actions> |
|
|
|
<button i18n mat-button type="button" (click)="onCancel()">Cancel</button> |
|
|
|
<button mat-button type="button" (click)="onCancel()"> |
|
|
|
@if (createWatchlistItemForm.dirty) { |
|
|
|
<ng-container i18n>Cancel</ng-container> |
|
|
|
} @else { |
|
|
|
<ng-container i18n>Close</ng-container> |
|
|
|
} |
|
|
|
</button> |
|
|
|
<button |
|
|
|
color="primary" |
|
|
|
mat-flat-button |
|
|
|
|