Merge pull request #2804 from nasa/criterion-type-change

Criterion field change causing incorrect input type
This commit is contained in:
David Tsay 2020-03-29 15:46:18 -07:00 committed by GitHub
commit c02cbd1ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@ export default {
}
},
updateOperations(ev) {
if (ev && ev.target === this.$refs.telemetrySelect) {
if (ev) {
this.clearDependentFields(ev.target);
this.persist();
}