diff --git a/client/app/scripts/charts/nodes-chart.js b/client/app/scripts/charts/nodes-chart.js index 59ed21351..3e957a4f5 100644 --- a/client/app/scripts/charts/nodes-chart.js +++ b/client/app/scripts/charts/nodes-chart.js @@ -403,7 +403,7 @@ function mapStateToProps(state) { forceRelayout: state.get('forceRelayout'), nodes: state.get('nodes').filter(node => !node.get('filtered')), selectedNodeId: state.get('selectedNodeId'), - topologyId: state.get('topologyId'), + topologyId: state.get('currentTopologyId'), topologyOptions: getActiveTopologyOptions(state) }; }