Skip to content

Commit

Permalink
[Fix #639] Properly set probability in update request from manual fai…
Browse files Browse the repository at this point in the history
…lure rate field form field
  • Loading branch information
kostobog committed Oct 22, 2024
1 parent 671ac37 commit 90ccf57
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 90ccf57

Please sign in to comment.