Fix mui deprecations

This commit is contained in:
Bill Thornton
2025-04-01 16:13:04 -04:00
parent 248d88a584
commit 456ec12f12
8 changed files with 47 additions and 26 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const NoItemsMessage: FC<NoItemsMessageProps> = ({
<Typography variant='h1'>
{globalize.translate('MessageNothingHere')}
</Typography>
<Typography paragraph>
<Typography sx={{ marginBottom: '16px' }}>
{globalize.translate(message)}
</Typography>
</Box>