Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Jul 10, 2023
1 parent 1b8de89 commit 75f5068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function mountManagementSection(
extensionsService: ExtensionsService,
isFleetEnabled: boolean,
kibanaVersion: SemVer,
enableIndexActions: boolean,
enableIndexActions: boolean
) {
const { element, setBreadcrumbs, history, theme$ } = params;
const [core, startDependencies] = await coreSetup.getStartServices();
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/index_management/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class IndexMgmtUIPlugin {
this.extensionsService,
Boolean(fleet),
kibanaVersion,
enableIndexActions,
enableIndexActions
);
},
});
Expand Down

0 comments on commit 75f5068

Please sign in to comment.