fix download file
This commit is contained in:
parent
bb1ac67112
commit
d1b312dd61
@ -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