We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9def48b + 738d829 commit 8e54785Copy full SHA for 8e54785
src/components/IntegrationTests/FormikParamsField.tsx
@@ -120,7 +120,7 @@ const FormikParamsField: React.FC<React.PropsWithChildren<IntegrationTestParamsP
120
<DataListItemCells
121
dataListCells={[
122
<DataListCell key="param-title" width={5}>
123
- <TextContent>{`Parameter${i + 1}`}</TextContent>
+ <TextContent>{p.name}</TextContent>
124
</DataListCell>,
125
126
<DataListCell key="remove-param-button" width={3}>
0 commit comments