Skip to content

Commit

Permalink
fix: use strategyName instead of name property for component to load (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek authored Dec 16, 2024
1 parent eb0699c commit 76dfa3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const MilestoneStrategyType = ({
return null;
}

switch (strategy.name) {
switch (strategy.strategyName) {
case 'default':
return <DefaultStrategy strategyDefinition={strategyDefinition} />;
case 'flexibleRollout':
Expand Down

0 comments on commit 76dfa3c

Please sign in to comment.