small
This commit is contained in:
@@ -23,8 +23,8 @@ const MainForm = () => {
|
||||
const [redirect, setRedirect] = useState(null);
|
||||
const { setMessage, setTitle, setSitePath } = useStatusContext();
|
||||
const [carModel, setCarModel] = useState("");
|
||||
const [carYear, setCarYear] = useState(0);
|
||||
const [flashpack, setFlashpack] = useState("");
|
||||
const [carYear, setCarYear] = useState();
|
||||
const [flashpack, setFlashpack] = useState();
|
||||
const [mappingInputs, setMappingInputs] = useState([{ ecuName: "", ecuVersion: "" }]);
|
||||
const {
|
||||
addFlashpackVersion,
|
||||
@@ -159,7 +159,7 @@ const MainForm = () => {
|
||||
fullWidth
|
||||
value={flashpack}
|
||||
onChange={onFlashpackChange}
|
||||
type="text"
|
||||
type="number"
|
||||
/>
|
||||
<div className="container">
|
||||
{mappingInputs.map((item, index) => (
|
||||
|
||||
Reference in New Issue
Block a user