Skip to content

Commit

Permalink
fix(RHINENG-15136): Make default rules page work from EditPolicy (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 authored Jan 7, 2025
1 parent aa4ba1c commit 57b5a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const TailoringTab = ({
osMinorVersion,
}
}
profileId={profileId}
profileId={profileId || tailoring.profile_id}
rulesPageLink={rulesPageLink}
resetLink={resetLink}
systemCount={systemCount}
Expand Down

0 comments on commit 57b5a0c

Please sign in to comment.