Merge pull request #1417 from bluewave-labs/fix/infra-monitor-empty-view

fix: infrasctrucutre details empty view message, resolves #1401
This commit is contained in:
Alexander Holliday
2024-12-17 07:29:48 -08:00
committed by GitHub

View File

@@ -21,8 +21,7 @@ const Empty = ({ styles }) => {
textAlign="center"
color={theme.palette.text.secondary}
>
Hang tight! When we receive data, we'll show it here. Please check back in a few
minutes.
Hang tight! Data is loading
</Typography>
</Stack>
</Box>