We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b0e28 commit c7abea0Copy full SHA for c7abea0
x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_form.tsx
@@ -244,7 +244,7 @@ export const AlertForm = ({
244
) : null}
245
</EuiFlexGroup>
246
{AlertParamsExpressionComponent ? (
247
- <Suspense fallback={CenterJustifiedSpinner}>
+ <Suspense fallback={<CenterJustifiedSpinner />}>
248
<AlertParamsExpressionComponent
249
alertParams={alert.params}
250
alertInterval={`${alertInterval ?? 1}${alertIntervalUnit}`}
0 commit comments