Skip to content

Commit

Permalink
use RuleObjectId type for rule id
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Apr 24, 2023
1 parent e777475 commit ed947aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const EditRulePageComponent: FC = () => {
<StepPanel loading={loading}>
{actionsStep.data != null && (
<StepRuleActions
id={rule?.id}
ruleId={rule?.id}
isReadOnlyView={false}
isLoading={isLoading}
isUpdateView
Expand Down

0 comments on commit ed947aa

Please sign in to comment.