Skip to content

Commit

Permalink
Merge pull request #1585 from leSamo/expand-all-duplicate
Browse files Browse the repository at this point in the history
fix: Remove duplicate expand all button
  • Loading branch information
johnsonm325 authored Mar 11, 2022
2 parents 55cd8c6 + 6a2dd3c commit 2a693bc
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 2a693bc

Please sign in to comment.