mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -205,7 +205,7 @@ export const contactFields = [
|
||||
},
|
||||
{
|
||||
name: 'Office',
|
||||
value: 'office'
|
||||
value: 'office',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -656,15 +656,15 @@ export const contactFields = [
|
||||
options: [
|
||||
{
|
||||
name: 'Home',
|
||||
value: 'home'
|
||||
value: 'home',
|
||||
},
|
||||
{
|
||||
name: 'Office',
|
||||
value: 'office'
|
||||
value: 'office',
|
||||
},
|
||||
{
|
||||
name: 'Postal',
|
||||
value: 'postal'
|
||||
value: 'postal',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -715,8 +715,8 @@ export const contactFields = [
|
||||
{
|
||||
name: 'Personal',
|
||||
value: 'personal',
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
@@ -752,7 +752,7 @@ export const contactFields = [
|
||||
description: 'Lead score of contact',
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Star Value',
|
||||
@@ -966,7 +966,7 @@ export const contactFields = [
|
||||
type: 'string',
|
||||
required: true,
|
||||
default: '',
|
||||
description: 'Property name.'
|
||||
description: 'Property name.',
|
||||
},
|
||||
{
|
||||
displayName: 'Sub Type',
|
||||
|
||||
Reference in New Issue
Block a user