mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
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:
parent
da2d2a83bb
commit
5df583f783
|
@ -307,7 +307,6 @@ export class Crypto implements INodeType {
|
|||
displayOptions: {
|
||||
show: {
|
||||
action: ['sign'],
|
||||
binaryData: [false],
|
||||
},
|
||||
},
|
||||
type: 'string',
|
||||
|
|
Loading…
Reference in a new issue