Skip to content

Commit

Permalink
fixed styles and report time
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Jun 23, 2023
1 parent 0908914 commit 33dd488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions cvat-core/src/quality-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class QualityReport {
this.#jobId = initialData.job_id;
this.#target = initialData.target;
this.#gtLastUpdated = initialData.gt_last_updated;
this.#createdDate = initialData.created_date;
this.#summary = initialData.summary;
}

Expand Down
4 changes: 0 additions & 4 deletions cvat-ui/src/components/annotation-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@
display: block;
padding: $grid-unit-size * 2 $grid-unit-size * 3 $grid-unit-size $grid-unit-size * 2;
}

.query-builder {
margin-top: 0;
}
}
}

Expand Down

0 comments on commit 33dd488

Please sign in to comment.