mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
fix software page tables leading to 500 page (#17616)
quick fix to software tables so that they don't take user to 500 page
This commit is contained in:
parent
b36256a053
commit
53a08bb552
2 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ const generateTableHeaders = (
|
|||
},
|
||||
{
|
||||
Header: "",
|
||||
id: "view-all-hosts",
|
||||
disableSortBy: true,
|
||||
Cell: (cellProps: IViewAllHostsLinkProps) => {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ const generateTableHeaders = (
|
|||
},
|
||||
{
|
||||
Header: "",
|
||||
id: "view-all-hosts",
|
||||
disableSortBy: true,
|
||||
Cell: (cellProps: ITableStringCellProps) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue