diff --git a/ui-ngx/src/app/shared/components/entity/entity-list-select.component.html b/ui-ngx/src/app/shared/components/entity/entity-list-select.component.html index 7c5b22d8e7..034f118b4d 100644 --- a/ui-ngx/src/app/shared/components/entity/entity-list-select.component.html +++ b/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"