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
…lastic#201199)

(cherry picked from commit 324ecc2)
  • Loading branch information
kdelemme committed Nov 21, 2024
1 parent 29a31f4 commit 281a9d5
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 281a9d5

Please sign in to comment.