Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. #8320

pull/8348/head
Khushboo Vashi 2025-01-08 12:43:50 +05:30 committed by GitHub
parent bac50e10f0
commit 172edaa227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function TableRow({index, style, schema, row, measureElement}) {
</PgReactTableRowContent>
<PgReactTableRowExpandContent row={row}>
<FormView
accessPath={['data', index]}
accessPath={['data', row.index]}
schema={schema}
viewHelperProps={{ mode: 'properties' }}
/>