Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23e901 commit 3a7daaeCopy full SHA for 3a7daae
‎client/packages/lowcoder-design/src/components/keyValueList.tsx
@@ -100,7 +100,7 @@ export const KeyValueList = (props: {
100
return (
101
<>
102
{props.list.map((item, index) => (
103
- <IndicatorWrapper key={index}>
+ <IndicatorWrapper key={index} indicatorForAll={props.indicatorForAll}>
104
<KeyValueListItem key={index /* FIXME: find a proper key instead of `index` */}>
105
{item}
106
{!props.isStatic &&
0 commit comments