Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Aug 27, 2020
1 parent a059c38 commit c2f903d
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 445 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security_solution/public/app/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const HomePageComponent: React.FC<HomePageProps> = ({ children }) => {
const [showTimeline] = useShowTimeline();
const { browserFields, indexPattern, indicesExist } = useWithSource('default', indexToAdd);

// side effect: this will attempt to create the signals index if it doesn't exist
useUserInfo();

return (
Expand Down
Loading

0 comments on commit c2f903d

Please sign in to comment.