node-red-dashboard
node-red-dashboard copied to clipboard
text node preconfigured payload is "payloads"
Current Behavior
Hi Flowfuse - Thanks for this wonderful tool. I think I may have found a little typo on the preconfigured payload defined in the "text node". thanks in advance for your feedback.
best
Expected Behavior
I expect the preconfigured payload being "payload"
Steps To Reproduce
Just drag and drop a text node in the node-red pane
Environment
- Dashboard version: 1.29
- Node-RED version: 4.1.1
- Node.js version: 24.11.0
- npm version: 11.6.1
- Platform/OS: Windows
- Browser: Chrome
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Yes, I noticed it too.
The cause appears to be this:
value: { value: 'payloads', required: false },
in nodes/widgets/ui_text.html
This issue can now be closed as my PR has been merged.