Skip to content

Commit

Permalink
fix(editor): remove outputs from config node
Browse files Browse the repository at this point in the history
  • Loading branch information
niklv committed Jun 10, 2024
1 parent 972c2b7 commit 8758cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodes/daichi-service/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RED.nodes.registerType<DaichiServiceProperties, DaichiServiceCredentials>(
credentials: daichiServiceCredentialsConfig,
icon: 'icon.svg',
paletteLabel: 'daichi service',
outputs: 1,
label() {
return this.name || 'Daichi-Credentials'
},
Expand Down

0 comments on commit 8758cf3

Please sign in to comment.