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 <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
ecezalp and kibanamachine committed Sep 27, 2021
1 parent 59463dc commit 69e6e16
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 69e6e16

Please sign in to comment.