Skip to content

Commit

Permalink
Merge pull request #642 from kbss-cvut/fix/fta-fmea-ui-639-cannot-sav…
Browse files Browse the repository at this point in the history
…e-extenral-event-probability

Properly set probability in update request from manual failure rate field form field
  • Loading branch information
kostobog authored Oct 24, 2024
2 parents 235ed3d + 58cba46 commit 3cb9806
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const FaultEventMenu = ({

const manualFailureRates = {
[EventType.BASIC]: basicManuallyDefinedFailureRate,
[EventType.EXTERNAL]: externalManuallyDefinedFailureRate,
default: externalManuallyDefinedFailureRate,
};

Expand Down

0 comments on commit 3cb9806

Please sign in to comment.