Skip to content

Commit

Permalink
Use correct codepath
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Sep 30, 2021
1 parent 9676518 commit 76c66b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/public/application/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const MonitoringApp: React.FC<{
<RouteInit
path="/beats/beat/:instance"
component={BeatsInstancePage}
codePaths={[CODE_PATH_ELASTICSEARCH]}
codePaths={[CODE_PATH_BEATS]}
fetchAllClusters={false}
/>

Expand Down

0 comments on commit 76c66b2

Please sign in to comment.