mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(nodes-base): Apply lint rule node-param-display-name-not-first-position (#4073)
* 👕 Enable rule * 👕 Apply rule
This commit is contained in:
@@ -40,8 +40,8 @@ export class SendInBlueTrigger implements INodeType {
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
default: 'transactional',
|
||||
displayName: 'Resource',
|
||||
default: 'transactional',
|
||||
name: 'type',
|
||||
options: [
|
||||
{ name: 'Inbound', value: 'inbound' },
|
||||
|
||||
Reference in New Issue
Block a user