diff --git a/frontend/src/Commons/Forms/InputModules/Crops/CropsInfo.tsx b/frontend/src/Commons/Forms/InputModules/Crops/CropsInfo.tsx index b1dffad4..9388419e 100644 --- a/frontend/src/Commons/Forms/InputModules/Crops/CropsInfo.tsx +++ b/frontend/src/Commons/Forms/InputModules/Crops/CropsInfo.tsx @@ -295,8 +295,11 @@ const CropsInfoComponent: FC = ({ options={YesOrNo} desktopWidth="226px" mobileWidth="137px" - onChange={(e) => handleChange(e, setFieldValue)} + onChange={(e) => { + handleChange(e, setFieldValue); + }} /> +