Skip to content

Commit

Permalink
Update cvat-ui/src/components/job-item/job-item.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com>
  • Loading branch information
bsekachev and klakhov authored Sep 14, 2023
1 parent 99fd110 commit 77a6940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat-ui/src/components/job-item/job-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import JobActionsMenu from './job-actions-menu';

interface Props {
job: Job;
task: Task,
task: Task;
onJobUpdate: (job: Job) => void;
}

Expand Down

0 comments on commit 77a6940

Please sign in to comment.