diff --git a/src/plugins/notebook/components/NotebookEmbed.vue b/src/plugins/notebook/components/NotebookEmbed.vue index baf79c5b15..3d9c5b2d04 100644 --- a/src/plugins/notebook/components/NotebookEmbed.vue +++ b/src/plugins/notebook/components/NotebookEmbed.vue @@ -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',