Skip to content

Commit 1e4a8d3

Browse files
fix typo
1 parent 0dda219 commit 1e4a8d3

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list

1 file changed

+1
-1
lines changed

x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const PipelinesList: React.FunctionComponent = () => {
3737
useEffect(() => {
3838
services.metric.trackUiMetric(UIM_PIPELINES_LIST_LOAD);
3939
services.breadcrumbs.setBreadcrumbs('home');
40-
}, [services.metric, services.breadcrumb, services.breadcrumbs]);
40+
}, [services.metric, services.breadcrumbs]);
4141

4242
const { data, isLoading, error, sendRequest } = services.api.useLoadPipelines();
4343

0 commit comments

Comments
 (0)