Skip to content

Commit 561de3e

Browse files
fix: TT-486 the project isn't shown when edit time entries (#788)
1 parent aa55c3e commit 561de3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="col-12 col-sm-10 autocomplete">
1515
<ng-select
1616
bindLabel="search_field"
17-
bindValue="project_name"
17+
formControlName="project_name"
1818
placeholder="Enter the project name"
1919
notFoundText="No projects found"
2020
[items]="listProjectsShowed"

0 commit comments

Comments
 (0)