Skip to content

Commit

Permalink
fix home app
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 14, 2021
1 parent c21c9d5 commit 6b04d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/home/public/application/components/home_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function HomeApp({ directories, solutions }) {
localStorage={localStorage}
urlBasePath={getBasePath()}
telemetry={telemetry}
hasUserIndexPattern={() => indexPatternService.hasUserIndexPattern()}
hasUserIndexPattern={() => indexPatternService.hasUserDataView()}
/>
</Route>
<Redirect to="/" />
Expand Down

0 comments on commit 6b04d7b

Please sign in to comment.