From a60af6067265088d5d4c23090e232d6fed21bfc0 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Tue, 10 Dec 2019 18:25:03 +0300 Subject: [PATCH] Removed extra lines --- cvat-ui/src/components/labels-editor/label-form.tsx | 5 ----- 1 file changed, 5 deletions(-) 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