mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. #8320
This commit is contained in:
@@ -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' }}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user