Skip to content

Commit

Permalink
Merge pull request #637 from kbss-cvut/fix/633-fix-calculated-failure…
Browse files Browse the repository at this point in the history
…-rate-label-of-intermediate-node

 Fix label of calculated failure rate field in FaultEventMenu
  • Loading branch information
kostobog authored Oct 17, 2024
2 parents 72e03f5 + a4d57ac commit 671ac37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const FaultEventMenu = ({
<>
{shapeToolData?.probability && (
<Box className={classes.eventPropertyRow}>
{failureRateComponent(shapeToolData.probability, "eventDescription.manuallyDefinedFailureRate", [])}
{failureRateComponent(shapeToolData.probability, "eventDescription.calculatedFailureRate", [])}
</Box>
)}
</>
Expand Down

0 comments on commit 671ac37

Please sign in to comment.