Skip to content

Commit

Permalink
fix: Remove duplicate expand all button
Browse files Browse the repository at this point in the history
  • Loading branch information
leSamo committed Mar 9, 2022
1 parent 2d3a35f commit 6a2dd3c
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 494 deletions.
1 change: 1 addition & 0 deletions src/Components/SmartComponents/CVEs/CVEsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const CVEsTableWithContext = ({ context, header, canEditStatusOrBusinessRisk })
!cves.isLoading ? (
<Fragment>
<Table
canCollapseAll={false}
canSelectAll={false}
aria-label="Vulnerability CVE table"
cells={header}
Expand Down
Loading

0 comments on commit 6a2dd3c

Please sign in to comment.