mirror of
https://github.com/nasa/openmct.git
synced 2025-01-20 03:36:44 +00:00
Fix method name in Plan.vue (#3726)
This commit is contained in:
parent
b8ded0a16e
commit
ac20c01233
@ -94,7 +94,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
observeForChanges(mutatedObject) {
|
observeForChanges(mutatedObject) {
|
||||||
this.validateJSON(mutatedObject.selectFile.body);
|
this.getPlanData(mutatedObject);
|
||||||
this.setScaleAndPlotActivities();
|
this.setScaleAndPlotActivities();
|
||||||
},
|
},
|
||||||
resize() {
|
resize() {
|
||||||
|
Loading…
Reference in New Issue
Block a user