mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
added checkTelemetry call in inputCount computed prop
This commit is contained in:
parent
2a1f9fd063
commit
2edfeaa606
@ -172,7 +172,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
// this.updateMetadataOptions();
|
||||
this.checkTelemetry();
|
||||
return inputCount;
|
||||
}
|
||||
},
|
||||
@ -287,7 +287,9 @@ export default {
|
||||
}
|
||||
},
|
||||
persist() {
|
||||
this.$emit('persist', this.criterion);
|
||||
if (this.criterion.telemetry && this.criterion.metadata !== '' && this.criterion.operation !== '') {
|
||||
this.$emit('persist', this.criterion);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user