mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
Fixes linting issues
This commit is contained in:
parent
03a690a158
commit
0a1959df38
@ -120,14 +120,6 @@ export default {
|
||||
inputTypes: INPUT_TYPES
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
telemetry: {
|
||||
handler(newTelemetry, oldTelemetry) {
|
||||
this.checkTelemetry();
|
||||
},
|
||||
deep: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
setRowLabel: function () {
|
||||
let operator = this.trigger === 'all' ? 'and ': 'or ';
|
||||
@ -155,6 +147,14 @@ export default {
|
||||
return type;
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
telemetry: {
|
||||
handler(newTelemetry, oldTelemetry) {
|
||||
this.checkTelemetry();
|
||||
},
|
||||
deep: true
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.updateMetadataOptions();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user