fix method name case

This commit is contained in:
Jamie V 2022-09-27 13:16:33 -07:00
parent 95e6a5b3ad
commit 305d566ee7

View File

@ -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',