Skip to content

Commit

Permalink
Fix broken reference to prependBasePath in Remote Clusters shim. (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Jun 20, 2019
1 parent bc1e900 commit bcb9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/remote_clusters/public/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class Plugin {
chrome: { setBreadcrumbs },
notifications: { toasts },
fatalError,
http: { prependBasePath },
http: { basePath: { prepend: prependBasePath } },
injectedMetadata: { getInjectedVar },
documentation: { elasticWebsiteUrl, docLinkVersion },
} = coreStart;
Expand Down

0 comments on commit bcb9d5f

Please sign in to comment.