Skip to content

Commit 69b4587

Browse files
author
Todd Bruner
committed
proposed fix to popup
1 parent ed5f58b commit 69b4587

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scot-ui/src/modal/entity_detail.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,9 +1128,11 @@ class EntityBody extends React.Component {
11281128
entityEnrichmentLinkArr.push(
11291129
<Button
11301130
bsSize="xsmall"
1131-
target="_blank"
11321131
id={entityData[prop].data.url}
1133-
onMouseDown={this.linkOnClickIntercept}
1132+
{ prop.nopopup == 1 ? null :
1133+
onMouseDown={this.linkOnClickIntercept}
1134+
target="_blank"
1135+
}
11341136
>
11351137
{entityData[prop].data.title}
11361138
</Button>

0 commit comments

Comments
 (0)