diff --git a/src/components/Flashpack/Add/__snapshots__/index.test.jsx.snap b/src/components/Flashpack/Add/__snapshots__/index.test.jsx.snap index cf1f846..9487d26 100644 --- a/src/components/Flashpack/Add/__snapshots__/index.test.jsx.snap +++ b/src/components/Flashpack/Add/__snapshots__/index.test.jsx.snap @@ -217,12 +217,19 @@ exports[`FlashpackAdd Render 1`] = ` class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal" >
@@ -245,6 +253,7 @@ exports[`FlashpackAdd Render 1`] = ` > ECU Name +  * @@ -254,12 +263,19 @@ exports[`FlashpackAdd Render 1`] = ` class="MuiFormControl-root MuiTextField-root MuiFormControl-marginNormal" >
@@ -282,6 +299,7 @@ exports[`FlashpackAdd Render 1`] = ` > ECU Version +  * diff --git a/src/components/Flashpack/Add/index.jsx b/src/components/Flashpack/Add/index.jsx index 9b54882..9eb0380 100644 --- a/src/components/Flashpack/Add/index.jsx +++ b/src/components/Flashpack/Add/index.jsx @@ -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"