mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Execute Command Node): Block executions when command is empty (#6308)
This commit is contained in:
committed by
GitHub
parent
fc580f7ee8
commit
011d5778b1
@@ -75,6 +75,7 @@ export class ExecuteCommand implements INodeType {
|
|||||||
default: '',
|
default: '',
|
||||||
placeholder: 'echo "test"',
|
placeholder: 'echo "test"',
|
||||||
description: 'The command to execute',
|
description: 'The command to execute',
|
||||||
|
required: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user