mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
fixed layout, null checks
This commit is contained in:
@ -384,7 +384,7 @@ function Widget(props: React.PropsWithChildren<Props>): JSX.Element
|
||||
</Box>
|
||||
{
|
||||
errorLoading ? (
|
||||
<Box p={3} sx={{display: "flex", justifyContent: "center", alignItems: "flex-start"}}>
|
||||
<Box pb={3} sx={{display: "flex", justifyContent: "center", alignItems: "flex-start"}}>
|
||||
<Icon color="error">error</Icon>
|
||||
<Typography sx={{paddingLeft: "4px", textTransform: "revert"}} variant="button">An error occurred loading widget content.</Typography>
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user