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

This commit is contained in:
Khushboo Vashi
2025-01-08 12:43:50 +05:30
committed by GitHub
parent bac50e10f0
commit 172edaa227

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' }}
/>