mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
e056c8dfd3
* fix: Add onClick handler in Link component In the "Link" component, the onClick handler was not provided, leading to the absence of a download action in the Package.tsx renderDownloadLink component. * Removed "external" attribute from "renderDownloadLink" The "external" attribute is unnecessary in this context since the download action is triggered by the "handleDownload" callback. * added changeset for @verdaccio/ui-components
280 B
280 B
@verdaccio/ui-components |
---|
patch |
- added
onClick
prop toLink
component in @verdaccio/ui-components. (@moglerdev in #3989) - resolved issue in the
Package
component where the download button was incorrectly opening a new tab to the homepage. (@moglerdev in #3989)