From 3b184dbeeef93911e6e659e17db80b3a3fa0df81 Mon Sep 17 00:00:00 2001 From: Rohit Bhati Date: Wed, 7 Jan 2026 17:10:35 +0530 Subject: [PATCH] Fixed an issue where the dashboard freezes on initial render when there is a high number of locks. #9285 --- web/pgadmin/dashboard/static/js/components/SectionContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/dashboard/static/js/components/SectionContainer.jsx b/web/pgadmin/dashboard/static/js/components/SectionContainer.jsx index 9a4369058..aee6243f6 100644 --- a/web/pgadmin/dashboard/static/js/components/SectionContainer.jsx +++ b/web/pgadmin/dashboard/static/js/components/SectionContainer.jsx @@ -44,7 +44,7 @@ export default function SectionContainer({title, titleExtras, children, style})