CEC-5240: add Remote Command and Remote Reset as bulk-actions (#471)
* add new bulk actions * move async down scope * run * call func * update error message
This commit is contained in:
@@ -186,7 +186,7 @@ const SendDiagnosticCommand = ({ vin, token, classes }) => {
|
||||
);
|
||||
};
|
||||
|
||||
const AllECUsCommand = ({ classes, ecus, currentECU, setCurrentECU }) => {
|
||||
export const AllECUsCommand = ({ classes, ecus, currentECU, setCurrentECU }) => {
|
||||
return (
|
||||
<FormControl
|
||||
className={classes.formControl}
|
||||
|
||||
Reference in New Issue
Block a user