mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
clear dependent fields when field selector is changed
This commit is contained in:
@ -200,7 +200,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
updateOperations(ev) {
|
updateOperations(ev) {
|
||||||
if (ev && ev.target === this.$refs.telemetrySelect) {
|
if (ev) {
|
||||||
this.clearDependentFields(ev.target);
|
this.clearDependentFields(ev.target);
|
||||||
this.persist();
|
this.persist();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user