Skip to content

Commit

Permalink
fix(Crypto Node): Fix issue with value not appearing for Sign action (#…
Browse files Browse the repository at this point in the history
…7619)

Github issue / Community forum post (link here to close automatically):
#7611
  • Loading branch information
Joffcom committed Nov 8, 2023
1 parent da2d2a8 commit 5df583f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nodes-base/nodes/Crypto/Crypto.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ export class Crypto implements INodeType {
displayOptions: {
show: {
action: ['sign'],
binaryData: [false],
},
},
type: 'string',
Expand Down

0 comments on commit 5df583f

Please sign in to comment.