Skip to content

Commit

Permalink
Merge pull request konflux-ci#37 from marcin-michal/KFLUXUI-184
Browse files Browse the repository at this point in the history
fix(KFLUXUI-184): display parameter name for IntegrationTests
  • Loading branch information
sahil143 authored Dec 3, 2024
2 parents 9def48b + 738d829 commit 8041520
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 8041520

Please sign in to comment.