Skip to content

Commit

Permalink
ui-table - don't store emitted data on click.
Browse files Browse the repository at this point in the history
to close node-red#29
  • Loading branch information
Dave Conway-Jones committed Feb 27, 2020
1 parent 1975e9d commit 86bc39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red-node-ui-table/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = function (RED) {
order: config.order,
group: config.group,
forwardInputMessages: false,

storeFrontEndInputAsState: false,
beforeEmit: function (msg, value) {
return {msg: {
payload: value,
Expand Down

0 comments on commit 86bc39c

Please sign in to comment.