Skip to content

Commit

Permalink
fix(trigger-state): Restore default value for state_type
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Mar 13, 2020
1 parent 7028eae commit 4a26221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/trigger-state/trigger-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(RED) {
constraints: {},
customoutputs: {},
outputinitially: {},
state_type: {}
state_type: { value: 'str' }
}
};

Expand Down

0 comments on commit 4a26221

Please sign in to comment.