Browse Source
Fix issue in entity-list-select.component.html after merge
pull/15449/head
Viacheslav Klimov
1 month ago
Failed to extract signature
1 changed files with
2 additions and
1 deletions
-
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" |
|
|
|
|