mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove link cell (#2342)
This commit is contained in:
parent
f8971f6f59
commit
c93a53675d
1 changed files with 1 additions and 4 deletions
|
|
@ -87,10 +87,7 @@ const generateTableHeaders = (options: {
|
|||
disableSortBy: true,
|
||||
accessor: "query_name",
|
||||
Cell: (cellProps: ICellProps): JSX.Element => (
|
||||
<LinkCell
|
||||
value={cellProps.cell.value}
|
||||
path={`${PATHS.URL_PREFIX}/queries/${cellProps.row.original.query_id}`}
|
||||
/>
|
||||
<TextCell value={cellProps.cell.value} />
|
||||
),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue