CEC-0000 - Fix flashpack validation

This commit is contained in:
padamsen_fisker
2024-02-22 18:47:49 -05:00
parent 1a562ca129
commit b44e0dc7c4
2 changed files with 22 additions and 2 deletions

View File

@@ -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"