feat: display label identifier table cell as chip with link to Record… (#3503)
* feat: display label identifier table cell as chip with link to RecordShowPage Closes #3502 * Fix test --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -85,10 +85,6 @@ describe('useFilteredSearchEntityQuery', () => {
|
||||
filters: [{ fieldNames: ['name'], filter: 'Entity' }],
|
||||
sortOrder: 'AscNullsLast',
|
||||
selectedIds: ['1'],
|
||||
mappingFunction: (entity): any => ({
|
||||
value: entity.id,
|
||||
label: entity.name,
|
||||
}),
|
||||
limit: 10,
|
||||
excludeEntityIds: ['2'],
|
||||
objectNameSingular: 'person',
|
||||
|
||||
Reference in New Issue
Block a user