diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html index 3a10b0019..617799a72 100644 --- a/src-ui/src/app/components/common/input/select/select.component.html +++ b/src-ui/src/app/components/common/input/select/select.component.html @@ -35,7 +35,7 @@ (clear)="clearLastSearchTerm()" (blur)="onBlur()"> - {{item.name}} + {{item[bindLabel]}} @if (allowCreateNew) {