diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/header/index.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/header/index.tsx index 4cbe4eca3c987..7cf4fc277adc2 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/header/index.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/header/index.tsx @@ -82,7 +82,6 @@ export const HeaderComponent: React.FC = ({ getManageTimelineById, timelineId, ]); - const showSortingCapability = !isEqlOn && !(header.subType && header.subType.nested); return ( <> @@ -91,10 +90,7 @@ export const HeaderComponent: React.FC = ({ isLoading={isLoading} isResizing={false} onClick={onColumnSort} -<<<<<<< HEAD -======= - showSortingCapability={showSortingCapability} ->>>>>>> 90976ee1198... [Security Solution] [Timeline] Bugfix to include unmapped fields in the timeline event details JSON (#92025) + showSortingCapability={!(header.subType && header.subType.nested)} sort={sort} >