Skip to content

Commit

Permalink
[Security Solution] Fix inspect button bug on the overview page (#113161
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
ecezalp and kibanamachine authored Sep 27, 2021
1 parent 96bfe34 commit 5955ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const AlertsHistogramPanel = memo<AlertsHistogramPanelProps>(
updateDateRange,
titleSize = 'm',
}) => {
const { to, from, deleteQuery, setQuery } = useGlobalTime();
const { to, from, deleteQuery, setQuery } = useGlobalTime(false);

// create a unique, but stable (across re-renders) query id
const uniqueQueryId = useMemo(() => `${DETECTIONS_HISTOGRAM_ID}-${uuid.v4()}`, []);
Expand Down

0 comments on commit 5955ed5

Please sign in to comment.