mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
remove straggler call
linting fix
This commit is contained in:
parent
6731283cf8
commit
11978cd869
@ -34,8 +34,10 @@
|
||||
</div>
|
||||
</section>
|
||||
<TestData :is-editing="isEditing" />
|
||||
<ConditionCollection :is-editing="isEditing"
|
||||
@conditionSetResultUpdated="updateCurrentOutput" />
|
||||
<ConditionCollection
|
||||
:is-editing="isEditing"
|
||||
@conditionSetResultUpdated="updateCurrentOutput"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -60,11 +62,6 @@ export default {
|
||||
mounted() {
|
||||
this.conditionSetIdentifier = this.openmct.objects.makeKeyString(this.domainObject.identifier);
|
||||
},
|
||||
beforeDestroy() {
|
||||
if (this.stopProvidingTelemetry) {
|
||||
this.stopProvidingTelemetry();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
updateCurrentOutput(currentConditionResult) {
|
||||
this.currentConditionOutput = currentConditionResult.output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user