Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 12, 2022
1 parent 0932bad commit 112bee0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ interface CloudDataMigrationAppDeps {
theme$: Observable<CoreTheme>;
}

export const CloudDataMigrationApp = ({
http,
breadcrumbService,
}: CloudDataMigrationAppDeps) => {
export const CloudDataMigrationApp = ({ http, breadcrumbService }: CloudDataMigrationAppDeps) => {
const basePath = http.basePath.get() ?? '';
const { euiTheme } = useEuiTheme();
const listItemProps = {
Expand Down

0 comments on commit 112bee0

Please sign in to comment.