From 7d023c40088c51009879c6f5caea4728bc06e7cd Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Thu, 18 Jul 2024 16:44:23 +0300 Subject: [PATCH] Fixed: cancel button is not visible when removing a label/attribute --- cvat-ui/src/components/labels-editor/label-form.tsx | 9 ++++++--- .../src/components/labels-editor/labels-editor.tsx | 12 +++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/cvat-ui/src/components/labels-editor/label-form.tsx b/cvat-ui/src/components/labels-editor/label-form.tsx index ac2d807e4a3..dfe3ce8fc7d 100644 --- a/cvat-ui/src/components/labels-editor/label-form.tsx +++ b/cvat-ui/src/components/labels-editor/label-form.tsx @@ -5,7 +5,7 @@ import React, { RefObject } from 'react'; import { Row, Col } from 'antd/lib/grid'; -import Icon, { DeleteOutlined, PlusCircleOutlined } from '@ant-design/icons'; +import Icon, { DeleteOutlined, PlusCircleOutlined, ExclamationCircleOutlined } from '@ant-design/icons'; import Input from 'antd/lib/input'; import Button from 'antd/lib/button'; import Checkbox from 'antd/lib/checkbox'; @@ -416,14 +416,17 @@ export default class LabelForm extends React.Component {