mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Few dashboard graph improvements.
This commit is contained in:
@@ -942,7 +942,7 @@ export function ChartContainer(props) {
|
||||
</Box>} />
|
||||
<CardContent className={classes.chartCardContent}>
|
||||
{!props.errorMsg && !props.isTest && props.children}
|
||||
<EmptyPanelMessage text={props.errorMsg}/>
|
||||
{props.errorMsg && <EmptyPanelMessage text={props.errorMsg}/>}
|
||||
</CardContent>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user