fix(measurementTrackingMachine): remove unreachable states (#5460)

This commit is contained in:
Pedro Köhler 2025-10-07 10:09:51 -03:00 committed by GitHub
parent 891b752e69
commit 7f12f398fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,6 @@ const machineConfiguration = {
target: 'promptLabelAnnotation', target: 'promptLabelAnnotation',
actions: ['setPreviousState'], actions: ['setPreviousState'],
}, },
{
target: 'off',
},
], ],
}, },
}, },
@ -139,9 +136,6 @@ const machineConfiguration = {
'clearAllMeasurements', 'clearAllMeasurements',
], ],
}, },
{
target: 'idle',
},
], ],
SET_TRACKED_SERIES: [ SET_TRACKED_SERIES: [
{ {