Skip to content

Commit

Permalink
Use correct client for creating attribute. Fixes #1981 (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Nov 18, 2020
1 parent 69580c7 commit 1fafcb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ define([
};

OperationInterfaceEditorEvents.prototype.getValidAttributeNames = function(nodeId) {
const node = this.client.getNode(nodeId);
const node = this._client.getNode(nodeId);
return node.getValidAttributeNames();
};

Expand Down

0 comments on commit 1fafcb1

Please sign in to comment.