mirror of
https://github.com/nasa/openmct.git
synced 2025-06-11 03:41:37 +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;
|
return inputCount;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -287,7 +287,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
persist() {
|
persist() {
|
||||||
this.$emit('persist', this.criterion);
|
if (this.criterion.telemetry && this.criterion.metadata !== '' && this.criterion.operation !== '') {
|
||||||
|
this.$emit('persist', this.criterion);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user