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