Skip to content

Commit

Permalink
Merge pull request #1446 from akto-api-security/features/vuln_report
Browse files Browse the repository at this point in the history
Removed download button
  • Loading branch information
avneesh-akto authored Sep 4, 2024
2 parents a0ae904 + 2e952f8 commit 915d839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function VulnerabilityReport() {
<Text variant="bodySm">{currentDate}</Text>
</VerticalStack>
<div style={{ display: 'flex', alignItems: 'center' }}>
<Button primary onClick={() => handleDownloadPF()} disabled={!pdfDownloadEnabled}>Download</Button>
{/* <Button primary onClick={() => handleDownloadPF()} disabled={!pdfDownloadEnabled}>Download</Button> */}
<img src='/public/white_logo.svg' alt="Logo" className='top-bar-logo' />
</div>
</HorizontalStack>
Expand Down

0 comments on commit 915d839

Please sign in to comment.