feat(overflowtooltip): add text as default title for tooltip
This commit is contained in:
@@ -95,8 +95,8 @@ const columns: TableColumn<EntityRow>[] = [
|
||||
field: 'entity.metadata.description',
|
||||
render: ({ entity }) => (
|
||||
<OverflowTooltip
|
||||
title={entity.metadata.description as string}
|
||||
text={entity.metadata.description}
|
||||
placement="bottom-start"
|
||||
/>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user