From 294c10bffe026a91f8f2848645fd599b5525a7c8 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Wed, 8 Jan 2025 11:30:08 +0530 Subject: [PATCH] Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. #8320 --- web/pgadmin/static/js/components/PgTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/components/PgTable.jsx b/web/pgadmin/static/js/components/PgTable.jsx index e87a5754373..e402d9cbe8e 100644 --- a/web/pgadmin/static/js/components/PgTable.jsx +++ b/web/pgadmin/static/js/components/PgTable.jsx @@ -66,7 +66,7 @@ function TableRow({index, style, schema, row, measureElement}) {