Content-Length: 257520 | pFad | http://github.com/lowcoder-org/lowcoder/commit/3a7daae56e4fda91f051392c4b673a2eba3e28a9
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 &&
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/3a7daae56e4fda91f051392c4b673a2eba3e28a9
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments