Skip to content

Commit

Permalink
Promote open in discover action for saved searches
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Jul 24, 2024
1 parent 5e98d30 commit af90b9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit af90b9f

Please sign in to comment.