Browse Source

Fix issue in entity-list-select.component.html after merge

pull/15449/head
Viacheslav Klimov 1 month ago
parent
commit
81210ff8e0
Failed to extract signature
  1. 3
      ui-ngx/src/app/shared/components/entity/entity-list-select.component.html

3
ui-ngx/src/app/shared/components/entity/entity-list-select.component.html

@ -23,7 +23,8 @@
style="min-width: 100px; padding-right: 8px;"
[showLabel]="true"
[required]="required"
subscriptSizing="dynamic"[useAliasEntityTypes]="useAliasEntityTypes"
subscriptSizing="dynamic"
[useAliasEntityTypes]="useAliasEntityTypes"
[allowedEntityTypes]="allowedEntityTypes"
[filterAllowedEntityTypes]="filterAllowedEntityTypes"
[additionEntityTypes]="additionEntityTypes"

Loading…
Cancel
Save