From 81210ff8e026bbf776ad035964925f4c11bb4c6a Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Fri, 17 Apr 2026 11:09:23 +0300 Subject: [PATCH] Fix issue in entity-list-select.component.html after merge --- .../shared/components/entity/entity-list-select.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"