mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +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: {
|
||||
observeForChanges(mutatedObject) {
|
||||
this.validateJSON(mutatedObject.selectFile.body);
|
||||
this.getPlanData(mutatedObject);
|
||||
this.setScaleAndPlotActivities();
|
||||
},
|
||||
resize() {
|
||||
|
Loading…
Reference in New Issue
Block a user