Skip to content

Commit

Permalink
UISER-182: Fixed selected model ruleset prop (#356)
Browse files Browse the repository at this point in the history
Fixed an inssue in which the props were being bassed down incorrectly to the ruleset form wtihin the RulesetReplaceRoute

UISER-182
  • Loading branch information
Jack-Golding authored Feb 4, 2025
1 parent 55ed4e8 commit 597b5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/RulesetReplaceRoute/RulesetReplaceRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const RulesetReplaceRoute = () => {
}}
modelRuleset={{
onChange: handleModelRulesetChange,
modelRuleset,
selectedModelRuleset: modelRuleset,
}}
/>
</form>
Expand Down

0 comments on commit 597b5ac

Please sign in to comment.