From c710b0b3571af93aa3ea3c0f2d614c37441f93e1 Mon Sep 17 00:00:00 2001 From: Angela Chuang Date: Thu, 9 Sep 2021 15:43:17 +0100 Subject: [PATCH] remove unused default value --- .../common/components/hover_actions/use_hover_action_items.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/common/components/hover_actions/use_hover_action_items.tsx b/x-pack/plugins/security_solution/public/common/components/hover_actions/use_hover_action_items.tsx index 53b33e063de0f..7d480c9e4b04f 100644 --- a/x-pack/plugins/security_solution/public/common/components/hover_actions/use_hover_action_items.tsx +++ b/x-pack/plugins/security_solution/public/common/components/hover_actions/use_hover_action_items.tsx @@ -69,7 +69,7 @@ export const useHoverActionItems = ({ ownFocus, showTopN, stKeyboardEvent, - timelineId = 'timeline-1', + timelineId, toggleColumn, toggleTopN, values,