Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/zm/consensus-task-creation' into…
Browse files Browse the repository at this point in the history
… zm/consensus-task-creation
  • Loading branch information
zhiltsov-max committed Jan 20, 2025
2 parents 083e60c + 259a23f commit 489b8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cvat-ui/src/components/jobs-page/jobs-filter-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export const config: Partial<Config> = {
valueSources: ['value'],
fieldSettings: {
listValues: [
{ value: 'annotation', title: 'annotation' },
{ value: 'ground_truth', title: 'ground_truth' },
{ value: 'consensus', title: 'consensus' },
{ value: 'annotation', title: 'Annotation' },
{ value: 'ground_truth', title: 'Ground truth' },
{ value: 'consensus', title: 'Consensus' },
],
},
},
Expand Down

0 comments on commit 489b8ee

Please sign in to comment.