From 382d423cd3233c567e5114314068e862d524d92b Mon Sep 17 00:00:00 2001 From: David Tsay <3614296+davetsay@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:08:07 -0700 Subject: [PATCH] revert change --- src/framesummary/FrameWatchConfigurationViewProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {