From 922d8a5e992a16a0c5ef206e684c00c34ebdb015 Mon Sep 17 00:00:00 2001 From: Jen Huang Date: Thu, 30 Mar 2023 21:20:30 -0700 Subject: [PATCH] [Fleet] Fix warning icon not displaying on 8.7 With EUI v76, `warning` icon type was introduced: https://github.com/elastic/kibana/pull/152506 However, the EUI upgrade was only applied on 8.8. The callout here that uses the warning icon was backported to 8.7, where the EUI version does not have the `warning` icon type. Thus 8.7 should still use the legacy `alert` icon type. This PR fixes that and will only be merged into 8.7. --- .../settings/components/edit_output_flyout/confirm_update.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/confirm_update.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/confirm_update.tsx index 8d96c5f31454..d8f2c5a70485 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/confirm_update.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/confirm_update.tsx @@ -67,7 +67,7 @@ const ConfirmDescription: React.FunctionComponent = ({ <>