diff --git a/src/framesummary/FrameWatchConfigurationViewProvider.js b/src/framesummary/FrameWatchConfigurationViewProvider.js index 95b575b..1d7ce60 100644 --- a/src/framesummary/FrameWatchConfigurationViewProvider.js +++ b/src/framesummary/FrameWatchConfigurationViewProvider.js @@ -22,7 +22,7 @@ export default class FrameWatchConfigurationViewProvider { view(selection) { const domainObject = selection[0][0].context.item; - const tableConfiguration = new FrameWatchTableConfiguration(domainObject, this.openmct, this.type); + const tableConfiguration = new FrameWatchTableConfiguration(domainObject, openmct, this.type); return { show: function (element) {