There is an onClick event on every AccordionSummary across multiple pages. Refer https://github.com/udaan-com/snorql-frontend/blob/main/src/sqltools/screens/database-dashboard/active-queries/BlockingQueriesScreen.tsx#LL172C30
So every interaction closes/opens the accordion.
Desired behavior: It should only happen with the click of expand icon.
There is an onClick event on every AccordionSummary across multiple pages. Refer https://github.com/udaan-com/snorql-frontend/blob/main/src/sqltools/screens/database-dashboard/active-queries/BlockingQueriesScreen.tsx#LL172C30
So every interaction closes/opens the accordion.
Desired behavior: It should only happen with the click of expand icon.