true - false changed to 1-0
This commit is contained in:
parent
79e7969f29
commit
e492d413d4
|
|
@ -109,9 +109,9 @@ const ContactUs = () => {
|
|||
e === "Пластиковые карты" ||
|
||||
e === "Plastik kartlar"
|
||||
) {
|
||||
setInputValid({ ...inputValid, type: true });
|
||||
setInputValid({ ...inputValid, type: 1 });
|
||||
} else {
|
||||
setInputValid({ ...inputValid, type: false });
|
||||
setInputValid({ ...inputValid, type: 0 });
|
||||
}
|
||||
}}
|
||||
eTarget={true}
|
||||
|
|
|
|||
Loading…
Reference in New Issue