Revert "fix download kp"
This reverts commit 9106c879ae84e8eb7144ea6c83429028954d21c1.
This commit is contained in:
parent
18b455cf04
commit
788ecfb3e7
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user