sensor List ?
This commit is contained in:
@@ -46,7 +46,7 @@ export function mapDispatchToProps(dispatch: Dispatch<any>): SensorListDispatchP
|
||||
dispatch(routerPush('/sensor/' + String(id)));
|
||||
},
|
||||
onAddSensor: (infraId: string) => {
|
||||
dispatch(routerPush('/sensor_setup/' + String(infraId)));
|
||||
dispatch(routerPush('/sensor_setup/' + infraId));
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user