mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
Update any/all criterion when telemetry is removed (#3138)
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
22ca339fb9
commit
8153edb9cb
@ -103,6 +103,8 @@ export default class ConditionManager extends EventEmitter {
|
||||
criterion.operation = '';
|
||||
conditionChanged = true;
|
||||
}
|
||||
} else {
|
||||
conditionChanged = true;
|
||||
}
|
||||
});
|
||||
if (conditionChanged) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user