We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda219 commit 1e4a8d3Copy full SHA for 1e4a8d3
x-pack/plugins/ingest_pipelines/public/application/sections/pipelines_list/main.tsx
@@ -37,7 +37,7 @@ export const PipelinesList: React.FunctionComponent = () => {
37
useEffect(() => {
38
services.metric.trackUiMetric(UIM_PIPELINES_LIST_LOAD);
39
services.breadcrumbs.setBreadcrumbs('home');
40
- }, [services.metric, services.breadcrumb, services.breadcrumbs]);
+ }, [services.metric, services.breadcrumbs]);
41
42
const { data, isLoading, error, sendRequest } = services.api.useLoadPipelines();
43
0 commit comments