Skip to content

Commit

Permalink
fix(relationship): check if bbid exist
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Gupta <akashgp9@gmail.com>
  • Loading branch information
akashgp09 committed May 4, 2021
1 parent 3950083 commit 6994e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class RelationshipModal
<FontAwesomeIcon icon={faExternalLinkAlt}/>
</Button>
);
const bbid = this.props.baseEntity.bbid;
const bbid = this.props.baseEntity?.bbid;
return (
<EntitySearchFieldOption
bbid={bbid}
Expand Down

0 comments on commit 6994e47

Please sign in to comment.