We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0f4ed commit 83aecb3Copy full SHA for 83aecb3
webtau-reactjs/src/report/details/Steps.js
@@ -50,7 +50,10 @@ function Token({type, value}) {
50
51
switch (type) {
52
case 'url':
53
- return <a className="step-token url" href={value}>{value}</a>
+ return <a className="step-token url"
54
+ href={value}
55
+ target="_blank"
56
+ rel="noopener noreferrer">{value}</a>
57
default:
58
return <span className={className}>{valueToUse}</span>
59
0 commit comments