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