mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Upgrade Assistant] Add execution context (#145304)
This commit is contained in:
parent
05d1ff852c
commit
dd1ad53b9f
1 changed files with 3 additions and 1 deletions
|
@ -189,9 +189,11 @@ export const App = ({ history }: { history: ScopedHistory }) => {
|
|||
export const RootComponent = (dependencies: AppDependencies) => {
|
||||
const {
|
||||
history,
|
||||
core: { i18n, application, http },
|
||||
core: { i18n, application, http, executionContext },
|
||||
} = dependencies.services;
|
||||
|
||||
executionContext.set({ type: 'application', page: 'upgradeAssistant' });
|
||||
|
||||
return (
|
||||
<RedirectAppLinks application={application} className={APP_WRAPPER_CLASS}>
|
||||
<AuthorizationProvider httpClient={http} privilegesEndpoint={`${API_BASE_PATH}/privileges`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue