mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
fixed bug with outputs not being set correctly after initial load
This commit is contained in:
parent
497f08bba9
commit
e72ced85e6
@ -116,7 +116,8 @@
|
|||||||
defaults: {
|
defaults: {
|
||||||
postgresdb: { type:"postgresdb",required:true},
|
postgresdb: { type:"postgresdb",required:true},
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
output: {value:false}
|
output: {value:false},
|
||||||
|
outputs: {value:0}
|
||||||
},
|
},
|
||||||
inputs: 1,
|
inputs: 1,
|
||||||
outputs: 0,
|
outputs: 0,
|
||||||
@ -141,4 +142,5 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user