Skip to content

Commit 8e54785

Browse files
authored
Merge pull request #37 from marcin-michal/KFLUXUI-184
fix(KFLUXUI-184): display parameter name for IntegrationTests
2 parents 9def48b + 738d829 commit 8e54785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IntegrationTests/FormikParamsField.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const FormikParamsField: React.FC<React.PropsWithChildren<IntegrationTestParamsP
120120
<DataListItemCells
121121
dataListCells={[
122122
<DataListCell key="param-title" width={5}>
123-
<TextContent>{`Parameter${i + 1}`}</TextContent>
123+
<TextContent>{p.name}</TextContent>
124124
</DataListCell>,
125125

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

0 commit comments

Comments
 (0)