CEC-4660 set default value (#387)
* CEC-4660 set default value * remove log
This commit is contained in:
@@ -97,8 +97,8 @@ const SendDiagnosticCommand = ({ vin, token, classes }) => {
|
||||
<Select
|
||||
native
|
||||
variant="outlined"
|
||||
value={currentECU}
|
||||
onChange={(event) => {
|
||||
console.log(event.target.value)
|
||||
setCurrentECU(event.target.value)
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user