Skip to content

Commit

Permalink
[webpack 4] lint for real
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jun 13, 2018
1 parent d3a6235 commit 6a22d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/src/dashboard/components/SliceHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class SliceHeader extends React.PureComponent {
</a>
}
{this.props.sliceCanEdit &&
<a href={slice.edit_url} target="_blank">
<a href={slice.edit_url} target="_blank" rel="noopener noreferrer">
<TooltipWrapper
placement="top"
label="edit"
Expand Down

0 comments on commit 6a22d90

Please sign in to comment.