diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be918551dd3..6586069a36e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - The problem with manifest file in tasks restored from backup () - The problem with task mode in a task restored from backup () +- Visible 'To background' button in review mode () - \[API\] Performance of several API endpoints () - \[API\] Invalid schema for the owner field in several endpoints () diff --git a/cvat-ui/package.json b/cvat-ui/package.json index d9b0d25cf331..8281ea137847 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.52.0", + "version": "1.52.1", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item-menu.tsx b/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item-menu.tsx index 456c8e2bfd65..1c032c65a7e4 100644 --- a/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item-menu.tsx +++ b/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item-menu.tsx @@ -60,7 +60,7 @@ function CreateURLItem(props: ItemProps): JSX.Element {