mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
Merge pull request #2804 from nasa/criterion-type-change
Criterion field change causing incorrect input type
This commit is contained in:
commit
c02cbd1ba7
@ -200,7 +200,7 @@ export default {
|
||||
}
|
||||
},
|
||||
updateOperations(ev) {
|
||||
if (ev && ev.target === this.$refs.telemetrySelect) {
|
||||
if (ev) {
|
||||
this.clearDependentFields(ev.target);
|
||||
this.persist();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user