Merge pull request #9096 from vvlladd28/bug/rename/entity-subtype-list/suffix

Rename selector matSuffix in entity-subtype-list.component
This commit is contained in:
Igor Kulikov 2023-08-17 16:15:23 +03:00 committed by GitHub
commit 4083c33ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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