Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: TT-486 the project isn't shown when edit time entries
  • Loading branch information
MichaelAndrik committed Dec 30, 2021
commit 3ae610384ede1ab8c4056c07b824f732c4a26a74
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="col-12 col-sm-10 autocomplete">
<ng-select
bindLabel="search_field"
bindValue="project_name"
formControlName="project_name"
placeholder="Enter the project name"
notFoundText="No projects found"
[items]="listProjectsShowed"
Expand Down