CEC-0000 - Fix flashpack validation
This commit is contained in:
@@ -190,6 +190,7 @@ const MainForm = () => {
|
||||
inputProps={{
|
||||
maxLength: "255",
|
||||
}}
|
||||
required
|
||||
value={item.ecuName}
|
||||
onChange={(event) => handleChange(event, index)}
|
||||
type="text"
|
||||
@@ -203,6 +204,7 @@ const MainForm = () => {
|
||||
inputProps={{
|
||||
maxLength: "255",
|
||||
}}
|
||||
required
|
||||
value={item.ecuVersion}
|
||||
onChange={(event) => handleChange(event, index)}
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user