Skip to content

Commit

Permalink
[FIX] Don't scroll on open View Changes modal (#3430)
Browse files Browse the repository at this point in the history
don't scroll on View Changes
  • Loading branch information
taraepp authored Feb 24, 2025
1 parent ee1fcce commit dcd1559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ComparePermitConditionHistoryModal: FC<ComparePermitConditionHistoryModalP
const newReports = getConditionsWithRequirements([props.currentAmendmentCondition], newMineReportPermitRequirements);

return (
<FormWrapper name={"compare-conditions-form"} isModal>
<FormWrapper name={"compare-conditions-form"} isModal scrollOnToggleEdit={false}>
<Row gutter={6}>
<Col span={24}>
<Typography.Title level={3}>Compare Conditions</Typography.Title>
Expand Down

0 comments on commit dcd1559

Please sign in to comment.