Skip to content

Commit

Permalink
[ILM] Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Sep 21, 2020
1 parent 573c9f2 commit 56fa521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ROUTES_CONFIG = {
export const getListPath = ({
inspectedPipelineName,
}: {
inspectedPipelineName: string;
inspectedPipelineName?: string;
} = {}): string => _getListPath(inspectedPipelineName);
export const getEditPath = ({ pipelineName }: { pipelineName: string }): string =>
_getEditPath(pipelineName, true);
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/ingest_pipelines/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function plugin() {

export {
INGEST_PIPELINES_APP_ULR_GENERATOR,
IngestPipelinesUrlGenerator,
IngestPipelinesUrlGeneratorState,
INGEST_PIPELINES_PAGES,
} from './url_generator';

0 comments on commit 56fa521

Please sign in to comment.