Skip to content

Commit

Permalink
remove searchByMilestone
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Nov 14, 2024
1 parent 670bf04 commit e233c63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/lib/components/MilestoneGroup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ const searchData: any[] = [
placeholder: $_("search.surveyPlaceholder"),
filterFunction: searchBySurveyTitle,
},
{
label: $_("search.milestoneLabel"),
placeholder: $_("search.milestonePlaceholder"),
filterFunction: searchByMilestone,
},
{
label: $_("search.statusLabel"),
placeholder: $_("search.statusPlaceholder"),
Expand Down

0 comments on commit e233c63

Please sign in to comment.