Fix chart tree source
This commit is contained in:
@@ -81,7 +81,7 @@ function Chart(props: Props) {
|
|||||||
|
|
||||||
const mapStateToProps = (state: AppState) => {
|
const mapStateToProps = (state: AppState) => {
|
||||||
return {
|
return {
|
||||||
tree: state.tree.get('tree'),
|
tree: state.connection.tree,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user