From 172edaa227ec4f88eb927617484a62b9a4667a53 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Wed, 8 Jan 2025 12:43:50 +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 e87a57543..e402d9cbe 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}) {