UI: Rename selector matSuffix in entity-subtype-list.component

This commit is contained in:
Vladyslav_Prykhodko 2023-08-17 12:35:18 +03:00
parent 140d19b9f7
commit c560992fd6

View File

@ -53,7 +53,7 @@
</mat-option> </mat-option>
</mat-autocomplete> </mat-autocomplete>
<div matSuffix> <div matSuffix>
<ng-content select="[additionalButtons]"></ng-content> <ng-content select="[matSuffix]"></ng-content>
</div> </div>
<mat-error *ngIf="entitySubtypeListFormGroup.get('entitySubtypeList').hasError('required')"> <mat-error *ngIf="entitySubtypeListFormGroup.get('entitySubtypeList').hasError('required')">
{{ subtypeListEmptyText | translate }} {{ subtypeListEmptyText | translate }}