Skip to content

Commit

Permalink
Merge branch 'safest-session-view-flyout' of github.com:michaelolo24/…
Browse files Browse the repository at this point in the history
…kibana into safest-session-view-flyout
  • Loading branch information
michaelolo24 committed Mar 24, 2022
2 parents fa00f8b + dd9452c commit b6d2b49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const useDetailPanel = ({
);

const handleOnDetailsPanelClosed = useCallback(() => {
console.log('ON PANEL CLOSE: ', onPanelClose.current); // eslint-disable-line
if (onPanelClose.current) onPanelClose.current();
dispatch(timelineActions.toggleDetailPanel({ tabType, timelineId }));

Expand Down

0 comments on commit b6d2b49

Please sign in to comment.