fix(Crypto Node): Fix issue with value not appearing for Sign action (#7619)

Github issue / Community forum post (link here to close automatically):
https://github.com/n8n-io/n8n/issues/7611
This commit is contained in:
Jon 2023-11-08 10:22:15 +00:00 committed by GitHub
parent da2d2a83bb
commit 5df583f783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,6 @@ export class Crypto implements INodeType {
displayOptions: {
show: {
action: ['sign'],
binaryData: [false],
},
},
type: 'string',