From 65d909bf76b8c29f20e733494fd4a0b1b2cd5afa Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 28 Oct 2020 00:54:00 +0100 Subject: Migrate popovers to Reactstrap --- frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js') diff --git a/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js b/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js index a028ebce..f334f9f2 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js +++ b/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js @@ -5,6 +5,7 @@ import UnitComponent from '../../../../../components/app/sidebars/topology/machi const mapStateToProps = (state, ownProps) => { return { unit: state.objects[ownProps.unitType][ownProps.unitId], + index: ownProps.unitId, } } -- cgit v1.2.3