mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 16:25:37 +00:00
Fix no data available for glossary tags
This commit is contained in:
parent
a0bdc2231a
commit
c58c008f21
@ -79,7 +79,7 @@ const TreeContent: FC<TreeContentProps> = ({
|
|||||||
if (!hasData) {
|
if (!hasData) {
|
||||||
return (
|
return (
|
||||||
<Typography sx={{ p: 2, color: 'text.secondary' }} variant="body2">
|
<Typography sx={{ p: 2, color: 'text.secondary' }} variant="body2">
|
||||||
{noDataMessage || t('label.no-data-available')}
|
{noDataMessage || t('message.no-data-available')}
|
||||||
</Typography>
|
</Typography>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user