Skip to content

Commit

Permalink
[frontend] use good StixType for Infrastucture link (#6400)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapuks committed Mar 26, 2024
1 parent 566bc34 commit ead121a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const InfrastructureKnowledge = ({ infrastructure }: { infrastructure: Infrastru
render={(routeProps) => (
<StixDomainObjectThreatKnowledge
stixDomainObjectId={infrastructureData.id}
stixDomainObjectType="Intrusion-Set"
stixDomainObjectType="Infrastructure"
{...routeProps}
/>
)}
Expand Down

0 comments on commit ead121a

Please sign in to comment.