Skip to content

Commit

Permalink
fix(KFLUXUI-184): display parameter name for IntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-michal committed Dec 2, 2024
1 parent 850c442 commit bd28d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IntegrationTests/FormikParamsField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const FormikParamsField: React.FC<React.PropsWithChildren<IntegrationTestParamsP
<DataListItemCells
dataListCells={[
<DataListCell key="param-title" width={5}>
<TextContent>{`Parameter${i + 1}`}</TextContent>
<TextContent>{p.name}</TextContent>
</DataListCell>,

<DataListCell key="remove-param-button" width={3}>
Expand Down

0 comments on commit bd28d6a

Please sign in to comment.