Skip to content

Commit

Permalink
Merge pull request #3555 from LiteFarmOrg/LF-4549/Sex-Detail_Field_No…
Browse files Browse the repository at this point in the history
…t_Editable_on_Edit_Animal_Details_Page

LF-4549: Sex-Detail Field Not Editable on Edit Animal Details Page
  • Loading branch information
Duncan-Brain authored Nov 29, 2024
2 parents 587046c + afe3e44 commit aa656bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/components/Form/SexDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function SexDetails({
}
/>
),
[isPopoverOpen, maxCount],
[isPopoverOpen, maxCount, isDisabled],
);

return (
Expand Down

0 comments on commit aa656bd

Please sign in to comment.