Change to re-fetch topologies on instance switch

This commit is contained in:
jpellizzari
2017-03-13 15:48:51 -07:00
parent 8dea285b6c
commit f975c12cf9

View File

@@ -723,6 +723,7 @@ export function changeInstance() {
dispatch({ type: ActionTypes.CHANGE_INSTANCE });
updateRoute(getState);
const state = getState();
getTopologies(activeTopologyOptionsSelector(state), dispatch);
getNodesDelta(
getCurrentTopologyUrl(state),
activeTopologyOptionsSelector(state),