mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-02 20:35:25 +00:00
Remove entity description in row
This commit is contained in:
parent
1a3339453b
commit
ed558cd371
@ -128,18 +128,6 @@ export const useCellRenderer = <
|
|||||||
}}>
|
}}>
|
||||||
{entityName}
|
{entityName}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography
|
|
||||||
sx={{
|
|
||||||
color: theme.palette.allShades.gray[500],
|
|
||||||
fontSize: '0.75rem',
|
|
||||||
lineHeight: '18px',
|
|
||||||
maxWidth: 200,
|
|
||||||
overflow: 'hidden',
|
|
||||||
textOverflow: 'ellipsis',
|
|
||||||
whiteSpace: 'nowrap',
|
|
||||||
}}>
|
|
||||||
{entity.description || ''}
|
|
||||||
</Typography>
|
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user