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() {
await this.setEmbedObjectPath();
this.addmenuActions();
this.addMenuActions();
this.imageExporter = new ImageExporter(this.openmct);
},
methods: {
@ -110,7 +110,7 @@ export default {
this.openmct.menus.showSuperMenu(x, y, this.menuActions, menuOptions);
},
addmenuActions() {
addMenuActions() {
if (this.embed.snapshot) {
const viewSnapshot = {
id: 'viewSnapshot',