Revert "fix download kp"

This reverts commit 9106c879ae84e8eb7144ea6c83429028954d21c1.
This commit is contained in:
Chika 2020-12-28 14:37:04 +03:00
parent 18b455cf04
commit 788ecfb3e7

View File

@ -6,7 +6,6 @@ const Download = ({ status, url, text, icon: Icon, ...props }) => {
return (
<AntButton
{...props}
target="_blank"
href={url}
disabled={status === ElementStatus.Disabled || !url}
loading={status === ElementStatus.Loading}