Browse Source

fixed empty entity list bug

pull/14140/head
Maksym Tsymbarov 8 months ago
parent
commit
2ebe4e3292
  1. 1
      ui-ngx/src/app/modules/home/components/entity/entity-filter.component.html

1
ui-ngx/src/app/modules/home/components/entity/entity-filter.component.html

@ -45,6 +45,7 @@
</tb-entity-type-select>
<tb-entity-list required
appearance="outline"
syncIdsWithDB
labelText="{{'entity.entity-list' | translate}}"
[entityType]="filterFormGroup.get('entityType').value"
formControlName="entityList">

Loading…
Cancel
Save