Skip to content

Commit 9638dbf

Browse files
committed
Fix issue from resolving merge conflicts
1 parent 07fdb89 commit 9638dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/ingest_pipelines/public/application/mount_management_section.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { documentationService, uiMetricService, apiService, breadcrumbService }
1010
import { renderApp } from '.';
1111

1212
export async function mountManagementSection(
13-
{ http, getStartServices }: CoreSetup,
13+
{ http, getStartServices, notifications }: CoreSetup,
1414
params: ManagementAppMountParams
1515
) {
1616
const { element, setBreadcrumbs } = params;
@@ -28,7 +28,7 @@ export async function mountManagementSection(
2828
metric: uiMetricService,
2929
documentation: documentationService,
3030
api: apiService,
31-
notifications: coreSetup.notifications,
31+
notifications,
3232
};
3333

3434
return renderApp(element, I18nContext, services, { http });

0 commit comments

Comments
 (0)