Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iget-esoares committed Apr 5, 2021
1 parent eec3afe commit 193846b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions kibana-reports/public/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ import { AppPluginStartDependencies } from './types';
import { OpendistroKibanaReportsApp } from './components/app';

export const renderApp = (
{ notifications, http, chrome, uiSettings }: CoreStart,
{ http, chrome, uiSettings }: CoreStart,
{ }: AppPluginStartDependencies,
{ appBasePath, element }: AppMountParameters
) => {
ReactDOM.render(
<OpendistroKibanaReportsApp
basename={appBasePath}
notifications={notifications}
http={http}
uiSettings={uiSettings}
chrome={chrome}
Expand Down
1 change: 0 additions & 1 deletion kibana-reports/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export interface CoreInterface {

interface OpendistroKibanaReportsAppDeps {
basename: string;
notifications: CoreStart['notifications'];
http: CoreStart['http'];
// navigation: NavigationPublicPluginStart;
chrome: CoreStart['chrome'];
Expand Down

0 comments on commit 193846b

Please sign in to comment.