mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 10:39:15 +00:00
fix method name case
This commit is contained in:
parent
95e6a5b3ad
commit
305d566ee7
@ -95,7 +95,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
await this.setEmbedObjectPath();
|
await this.setEmbedObjectPath();
|
||||||
this.addmenuActions();
|
this.addMenuActions();
|
||||||
this.imageExporter = new ImageExporter(this.openmct);
|
this.imageExporter = new ImageExporter(this.openmct);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -110,7 +110,7 @@ export default {
|
|||||||
|
|
||||||
this.openmct.menus.showSuperMenu(x, y, this.menuActions, menuOptions);
|
this.openmct.menus.showSuperMenu(x, y, this.menuActions, menuOptions);
|
||||||
},
|
},
|
||||||
addmenuActions() {
|
addMenuActions() {
|
||||||
if (this.embed.snapshot) {
|
if (this.embed.snapshot) {
|
||||||
const viewSnapshot = {
|
const viewSnapshot = {
|
||||||
id: 'viewSnapshot',
|
id: 'viewSnapshot',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user