Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. #8320
parent
bac50e10f0
commit
172edaa227
|
@ -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' }}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue