fix(measurementTrackingMachine): remove unreachable states (#5460)
This commit is contained in:
parent
891b752e69
commit
7f12f398fb
@ -37,9 +37,6 @@ const machineConfiguration = {
|
||||
target: 'promptLabelAnnotation',
|
||||
actions: ['setPreviousState'],
|
||||
},
|
||||
{
|
||||
target: 'off',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
@ -139,9 +136,6 @@ const machineConfiguration = {
|
||||
'clearAllMeasurements',
|
||||
],
|
||||
},
|
||||
{
|
||||
target: 'idle',
|
||||
},
|
||||
],
|
||||
SET_TRACKED_SERIES: [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user