mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
clear dependent fields when field selector is changed
This commit is contained in:
parent
bf947a8835
commit
ef3c4ccf47
@ -200,7 +200,7 @@ export default {
|
||||
}
|
||||
},
|
||||
updateOperations(ev) {
|
||||
if (ev && ev.target === this.$refs.telemetrySelect) {
|
||||
if (ev) {
|
||||
this.clearDependentFields(ev.target);
|
||||
this.persist();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user