Remove entity description in row

This commit is contained in:
Ushran Gouhar 2025-09-24 11:01:09 +05:30
parent 1a3339453b
commit ed558cd371

View File

@ -128,18 +128,6 @@ export const useCellRenderer = <
}}>
{entityName}
</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>
);