We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc41a22 commit 23598a5Copy full SHA for 23598a5
1 file changed
packages/autorag/frontend/src/app/components/results/AutoragResults.tsx
@@ -1,4 +1,4 @@
1
-import { Stack, StackItem, Title } from '@patternfly/react-core';
+import { Stack, StackItem } from '@patternfly/react-core';
2
import React from 'react';
3
import PipelineTopology from '~/app/topology/PipelineTopology';
4
import { useAutoRAGTaskTopology } from '~/app/topology/useAutoRAGTaskTopology';
@@ -20,9 +20,6 @@ function AutoragResults({ pipelineRun }: AutoragResultsProps): React.JSX.Element
20
21
return (
22
<Stack hasGutter>
23
- <StackItem>
24
- <Title headingLevel="h2">{pipelineRun?.display_name} configurations</Title>
25
- </StackItem>
26
<StackItem isFilled>
27
<PipelineTopology
28
nodes={nodes}
0 commit comments