Skip to content

Commit

Permalink
fix(slo): Add missing new context providers around burn rate editor (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme authored and CAWilson94 committed Dec 12, 2024
1 parent d1ed666 commit a6657f0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export const registerBurnRateRuleType = (
documentationUrl(docLinks) {
return `${docLinks.links.observability.sloBurnRateRule}`;
},
ruleParamsExpression: lazy(() => import('../components/burn_rate_rule_editor')),
ruleParamsExpression: lazyWithContextProviders(
lazy(() => import('../components/burn_rate_rule_editor'))
),
validate: validateBurnRateRule,
requiresAppContext: false,
defaultActionMessage: sloBurnRateDefaultActionMessage,
Expand Down

0 comments on commit a6657f0

Please sign in to comment.