Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
removed any changes regarding disable
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaparas1630 committed Aug 13, 2024
1 parent fe02fd5 commit bef9eb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/Commons/Forms/InputModules/Crops/CropsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,11 @@ const CropsInfoComponent: FC<InputModuleProps> = ({
options={YesOrNo}
desktopWidth="226px"
mobileWidth="137px"
onChange={(e) => handleChange(e, setFieldValue)}
onChange={(e) => {
handleChange(e, setFieldValue);
}}
/>

<CustomSelect
name="whereWillPruningsGo"
id="whereWillPruningsGo"
Expand Down

0 comments on commit bef9eb0

Please sign in to comment.