Skip to content

Commit

Permalink
fix software page tables leading to 500 page (#17616)
Browse files Browse the repository at this point in the history
quick fix to software tables so that they don't take user to 500 page
  • Loading branch information
ghernandez345 authored Mar 14, 2024
1 parent b36256a commit 53a08bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const generateTableHeaders = (
},
{
Header: "",
id: "view-all-hosts",
disableSortBy: true,
Cell: (cellProps: IViewAllHostsLinkProps) => {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const generateTableHeaders = (
},
{
Header: "",
id: "view-all-hosts",
disableSortBy: true,
Cell: (cellProps: ITableStringCellProps) => {
return (
Expand Down

0 comments on commit 53a08bb

Please sign in to comment.