Skip to content

Commit

Permalink
supply dataViews as depeden
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Oct 19, 2022
1 parent f8da6e4 commit 31c26eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/graph/public/components/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export function SearchBarComponent(props: SearchBarStateProps & SearchBarProps)
appName,
unifiedSearch,
data,
dataViews,
storage,
notifications,
http,
Expand Down Expand Up @@ -176,6 +177,7 @@ export function SearchBarComponent(props: SearchBarStateProps & SearchBarProps)
deps={{
unifiedSearch,
data,
dataViews,
storage,
notifications,
http,
Expand Down

0 comments on commit 31c26eb

Please sign in to comment.