File tree 1 file changed +3
-2
lines changed
src/components/GroupTreeViewer
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ import PropTypes from 'prop-types';
3
3
import cn from 'bem-cn-lite' ;
4
4
import { withRouter } from 'react-router' ;
5
5
6
+ import { TreeView } from 'ydb-ui-components' ;
7
+
6
8
import GroupViewer from '../GroupViewer/GroupViewer' ;
7
9
import PDiskViewer from '../PDiskViewer/PDiskViewer' ;
8
10
import EntityStatus from '../EntityStatus/EntityStatus' ;
9
- import TreeView from '../TreeView/TreeView' ;
10
11
import { stringifyVdiskId } from '../../utils' ;
11
12
import routes , { createHref } from '../../routes' ;
12
13
import { backend } from '../../store' ;
@@ -50,7 +51,7 @@ class GroupTreeViewer extends React.Component {
50
51
< div className = { b ( ) } >
51
52
< TreeView
52
53
key = { group . GroupID }
53
- nodeLabel = { label2 }
54
+ name = { label2 }
54
55
collapsed = { collapsed }
55
56
onClick = { onClick }
56
57
>
You can’t perform that action at this time.
0 commit comments