Skip to content

Commit 23598a5

Browse files
author
Daniel Duong
committed
fix(autorag/results): remove duplicate title
1 parent dc41a22 commit 23598a5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/autorag/frontend/src/app/components/results/AutoragResults.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Stack, StackItem, Title } from '@patternfly/react-core';
1+
import { Stack, StackItem } from '@patternfly/react-core';
22
import React from 'react';
33
import PipelineTopology from '~/app/topology/PipelineTopology';
44
import { useAutoRAGTaskTopology } from '~/app/topology/useAutoRAGTaskTopology';
@@ -20,9 +20,6 @@ function AutoragResults({ pipelineRun }: AutoragResultsProps): React.JSX.Element
2020

2121
return (
2222
<Stack hasGutter>
23-
<StackItem>
24-
<Title headingLevel="h2">{pipelineRun?.display_name} configurations</Title>
25-
</StackItem>
2623
<StackItem isFilled>
2724
<PipelineTopology
2825
nodes={nodes}

0 commit comments

Comments
 (0)