forgot to run Prettier
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
@@ -150,9 +150,7 @@ export function createMetadataDescriptionColumn<
|
||||
};
|
||||
}
|
||||
|
||||
export function createMetadataTitleColumn<
|
||||
T extends Entity,
|
||||
>(): TableColumn<T> {
|
||||
export function createMetadataTitleColumn<T extends Entity>(): TableColumn<T> {
|
||||
return {
|
||||
title: 'Title',
|
||||
field: 'metadata.title',
|
||||
|
||||
@@ -99,10 +99,7 @@ export function createMetadataTitleColumn(): TableColumn<EntityRow> {
|
||||
title: 'Title',
|
||||
field: 'entity.metadata.title',
|
||||
render: ({ entity }) => (
|
||||
<OverflowTooltip
|
||||
text={entity.metadata.title}
|
||||
placement="bottom-start"
|
||||
/>
|
||||
<OverflowTooltip text={entity.metadata.title} placement="bottom-start" />
|
||||
),
|
||||
width: 'auto',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user