mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
This commit is contained in:
@@ -20,7 +20,7 @@ export default function QueryResultsLink(props) {
|
||||
}
|
||||
|
||||
return (
|
||||
<a target="_self" disabled={props.disabled} href={href}>
|
||||
<a target="_blank" rel="noopener noreferrer" disabled={props.disabled} href={href} download>
|
||||
{props.children}
|
||||
</a>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user