From 4b1cb4bc0035903f676875f354a34074369a296f Mon Sep 17 00:00:00 2001 From: Gidi Meir Morris Date: Thu, 17 Sep 2020 16:08:32 +0100 Subject: [PATCH] fixed react warning in Suspense in alert flyout --- .../public/application/sections/alert_form/alert_form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_form.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_form.tsx index c0674e6c4a5f7..6177262557e07 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_form.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_form.tsx @@ -244,7 +244,7 @@ export const AlertForm = ({ ) : null} {AlertParamsExpressionComponent ? ( - + }>