Skip to content

Commit

Permalink
- resolved conflict: useSourcererDataView vs useSourcererScope
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-goldstein committed Nov 15, 2021
1 parent 307518b commit 54a83b8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,8 @@ export const EqlTabContentComponent: React.FC<Props> = ({
docValueFields,
loading: loadingSourcerer,
selectedPatterns,
<<<<<<< HEAD
} = useSourcererScope(SourcererScopeName.timeline);
=======
} = useSourcererDataView(SourcererScopeName.timeline);
const ACTION_BUTTON_COUNT = 5;
>>>>>>> e4814b91cac ([Security Solution] Adjusts the width of the `Actions` column and action icon buttons (#118454))

const isBlankTimeline: boolean = isEmpty(eqlQuery);

Expand Down

0 comments on commit 54a83b8

Please sign in to comment.