Skip to content

Commit

Permalink
Fix an issue where wrong information is shown after using the filter …
Browse files Browse the repository at this point in the history
…on the Dashboard> State tab. pgadmin-org#8320
  • Loading branch information
khushboovashi committed Jan 8, 2025
1 parent bac50e1 commit 294c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pgadmin/static/js/components/PgTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
/>
Expand Down

0 comments on commit 294c10b

Please sign in to comment.