mirror of
https://github.com/nasa/openmct.git
synced 2025-01-26 22:29:34 +00:00
fix method name case
This commit is contained in:
parent
95e6a5b3ad
commit
305d566ee7
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user