Skip to content

Commit

Permalink
fix: fix example that reads exported custom node setting
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Sep 13, 2024
1 parent 61415ef commit 355d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/node-1/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
return this.name || this._("node-1.test.test") || "node-1";
},
oneditprepare: function () {
const mySetting = RED.settings.node1test;
const mySetting = RED.settings.node1Test;
document.getElementById("node-input-test").value = mySetting;
mountApp(this);
},
Expand Down

0 comments on commit 355d4ef

Please sign in to comment.