Skip to content

Commit

Permalink
Add store to graph search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Oct 3, 2019
1 parent 3e756d1 commit 8095e01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ function wrapSearchBarInContext(testProps: SearchBarProps) {
notifications: {} as CoreStart['notifications'],
http: {} as CoreStart['http'],
overlays: {} as CoreStart['overlays'],
store: {
get: () => {},
},
};

return (
Expand Down

0 comments on commit 8095e01

Please sign in to comment.