clear dependent fields when field selector is changed

This commit is contained in:
Joel McKinnon 2020-03-27 08:09:04 -07:00
parent bf947a8835
commit ef3c4ccf47

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();
}