From 16b7915ae2bf8aa34b3c1408a4ed6fb8f8eecd87 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Wed, 27 Jan 2021 18:38:18 +0300 Subject: [PATCH] Fixed: The list of files attached to the task is not displayed (#2706) * Fixed: The list of files attached to the task is not displayed * Updated changelog & version --- CHANGELOG.md | 1 + cvat-ui/package-lock.json | 2 +- cvat-ui/package.json | 2 +- cvat-ui/src/components/file-manager/file-manager.tsx | 4 ++-- cvat-ui/src/components/file-manager/styles.scss | 6 ++++++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161beee1..2b340b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SSLCertVerificationError when remote source is used () - Fixed filters select overflow () - Cuboids are missed in annotations statistics () +- The list of files attached to the task is not displayed () ### Security diff --git a/cvat-ui/package-lock.json b/cvat-ui/package-lock.json index 1d03be1d..f241526c 100644 --- a/cvat-ui/package-lock.json +++ b/cvat-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.13.6", + "version": "1.13.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 6cf51d2b..17fab5f1 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.13.6", + "version": "1.13.7", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat-ui/src/components/file-manager/file-manager.tsx b/cvat-ui/src/components/file-manager/file-manager.tsx index 3a547e0b..8eb6c3bf 100644 --- a/cvat-ui/src/components/file-manager/file-manager.tsx +++ b/cvat-ui/src/components/file-manager/file-manager.tsx @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Intel Corporation +// Copyright (C) 2020-2021 Intel Corporation // // SPDX-License-Identifier: MIT @@ -87,7 +87,7 @@ export default class FileManager extends React.PureComponent { const { files } = this.state; return ( - + span:nth-child(1) { + display: block; + } +}