Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
davetsay authored Jul 29, 2024
1 parent 0c3ece9 commit 382d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framesummary/FrameWatchConfigurationViewProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 382d423

Please sign in to comment.