Skip to content

Commit

Permalink
Remove expandable "products using" package in "Package details" page
Browse files Browse the repository at this point in the history
Signed-off-by: carlosthe19916 <[email protected]>
  • Loading branch information
carlosthe19916 committed Mar 11, 2024
1 parent e711540 commit ed59732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spog/ui/src/pages/package/result/related_products.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ pub fn related_products_table(props: &RelatedProductsTableProperties) -> Html {
<div class="pf-v5-u-background-color-100">
<PaginationWrapped {pagination} {total}>
<Table<Column, UseTableData<Column, MemoizedTableModel<TableData>>>
mode={TableMode::Expandable}
{header}
{entries}
{onexpand}
Expand Down

0 comments on commit ed59732

Please sign in to comment.