Rename leafes/nodes to topic

This commit is contained in:
Thomas Nordquist
2019-01-22 15:57:11 +01:00
parent 796233da18
commit 28cc72a868
7 changed files with 28 additions and 24 deletions

View File

@@ -90,7 +90,7 @@ class Tree extends React.Component<Props, {}> {
animateChages={true}
isRoot={true}
treeNode={tree}
name="/"
name={'"root"'}
lastUpdate={tree.lastUpdate}
collapsed={false}
performanceCallback={this.performanceCallback}