mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the following issues:
1. Feature test cases for the new query tool. 2. Query tool panel rename is not persisting.
This commit is contained in:
committed by
Akshay Joshi
parent
31be1ae026
commit
ca8e14455f
@@ -411,7 +411,7 @@ export default function Graphical({planData, ctx}) {
|
||||
onNodeClick={onNodeClick}
|
||||
/>
|
||||
{Boolean(explainPlanDetails) &&
|
||||
<Card className={classes.explainDetails}>
|
||||
<Card className={classes.explainDetails} data-label="explain-details">
|
||||
<CardHeader title={<Box display="flex">
|
||||
{explainPlanTitle}
|
||||
<Box marginLeft="auto">
|
||||
|
||||
Reference in New Issue
Block a user