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'];