Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Jun 26, 2024
1 parent 7fba801 commit 416910b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- Ordering of `frame intersection` column on task quality page
(<https://github.com/cvat-ai/cvat/pull/8089>)
2 changes: 1 addition & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.63.11",
"version": "1.63.12",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function JobListComponent(props: Props): JSX.Element {

function sorter(path: string) {
return (obj1: any, obj2: any): number => {
console.log(path, obj1, obj2);
let currentObj1 = obj1;
let currentObj2 = obj2;
let field1: string | number | null = null;
Expand Down

0 comments on commit 416910b

Please sign in to comment.