mirror of
https://github.com/nasa/openmct.git
synced 2025-01-22 04:18:05 +00:00
request LAD for default condition
This commit is contained in:
parent
250fee125a
commit
a946325e95
@ -238,7 +238,7 @@ export default class ConditionManager extends EventEmitter {
|
||||
}
|
||||
|
||||
requestLADConditionSetOutput() {
|
||||
if (!this.conditionClassCollection.length || this.conditionClassCollection.length === 1) {
|
||||
if (!this.conditionClassCollection.length) {
|
||||
return Promise.resolve([]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user