|
|
|
|
@ -245,11 +245,12 @@ function TagAnnotationSidebar(props: StateToProps & DispatchToProps): JSX.Elemen
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|
<Row type='flex' justify='start'>
|
|
|
|
|
<Row type='flex' justify='start' className='cvat-tag-anntation-sidebar-frame-tags'>
|
|
|
|
|
<Col>
|
|
|
|
|
<Text strong>Frame tags: </Text>
|
|
|
|
|
{frameTags.map((tag: any) => (
|
|
|
|
|
<Tag
|
|
|
|
|
className={'cvat-tag-anntation-sidebar-frame-tag-label'}
|
|
|
|
|
color={tag.label.color}
|
|
|
|
|
onClose={() => {
|
|
|
|
|
onRemoveState(tag);
|
|
|
|
|
|