fix cancel button

This commit is contained in:
SrGooglo 2024-04-03 00:49:22 +02:00
parent a5f53ac5f3
commit 83a3720361

View File

@ -44,7 +44,7 @@ const PackageUpdateAvailable = ({ update, close }) => {
<div className="package-update-available_actions">
<Button
onClick={handleContinue}
onClick={close}
>
Cancel
</Button>