From af90b9f88d603dc9873b164912dcf1432a5c189f Mon Sep 17 00:00:00 2001 From: Catherine Liu Date: Wed, 24 Jul 2024 08:31:00 -0700 Subject: [PATCH] Promote open in discover action for saved searches --- .../panel_header/presentation_panel_hover_actions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx b/src/plugins/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx index 3278078201e84d9..72ccbe1c026fb35 100644 --- a/src/plugins/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx +++ b/src/plugins/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx @@ -61,8 +61,9 @@ const QUICK_ACTION_IDS = { 'ACTION_CONFIGURE_IN_LENS', 'ACTION_CUSTOMIZE_PANEL', 'ACTION_OPEN_IN_DISCOVER', + 'ACTION_VIEW_SAVED_SEARCH', ], - view: ['ACTION_OPEN_IN_DISCOVER', 'openInspector', 'togglePanel'], + view: ['ACTION_OPEN_IN_DISCOVER', 'ACTION_VIEW_SAVED_SEARCH', 'openInspector', 'togglePanel'], }; const allowedNotificationActions = ['ACTION_FILTERS_NOTIFICATION'];