mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00: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:
@@ -307,7 +307,6 @@ export class Crypto implements INodeType {
|
|||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
action: ['sign'],
|
action: ['sign'],
|
||||||
binaryData: [false],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user