Browse Source

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

pull/9096/head
Vladyslav_Prykhodko 3 years ago
parent
commit
c560992fd6
  1. 2
      ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html

2
ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html

@ -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 }}

Loading…
Cancel
Save