Skip to content

Commit 294c10b

Browse files
committed
Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. pgadmin-org#8320
1 parent bac50e1 commit 294c10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pgadmin/static/js/components/PgTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function TableRow({index, style, schema, row, measureElement}) {
6666
</PgReactTableRowContent>
6767
<PgReactTableRowExpandContent row={row}>
6868
<FormView
69-
accessPath={['data', index]}
69+
accessPath={['data', row.index]}
7070
schema={schema}
7171
viewHelperProps={{ mode: 'properties' }}
7272
/>

0 commit comments

Comments
 (0)