mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 12:18:16 +00:00
added checkTelemetry call in inputCount computed prop
This commit is contained in:
@ -172,7 +172,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// this.updateMetadataOptions();
|
this.checkTelemetry();
|
||||||
return inputCount;
|
return inputCount;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -287,8 +287,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
persist() {
|
persist() {
|
||||||
|
if (this.criterion.telemetry && this.criterion.metadata !== '' && this.criterion.operation !== '') {
|
||||||
this.$emit('persist', this.criterion);
|
this.$emit('persist', this.criterion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user