diff --git a/cvat-ui/src/components/labels-editor/label-form.tsx b/cvat-ui/src/components/labels-editor/label-form.tsx index a95948c1..6bd5630a 100644 --- a/cvat-ui/src/components/labels-editor/label-form.tsx +++ b/cvat-ui/src/components/labels-editor/label-form.tsx @@ -509,8 +509,3 @@ class LabelForm extends React.PureComponent { } export default Form.create()(LabelForm); - - -// add validators -// add initial values -// add readonly fields