mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -20,11 +20,13 @@ export const searchOperations: INodeProperties[] = [
|
||||
name: 'Query',
|
||||
value: 'query',
|
||||
description: 'Search for records by entering search queries of your choice',
|
||||
action: 'Query a search',
|
||||
},
|
||||
{
|
||||
name: 'Lookup',
|
||||
value: 'lookup',
|
||||
description: 'Search for the name or email address of records',
|
||||
action: 'Lookup a search',
|
||||
},
|
||||
],
|
||||
default: 'query',
|
||||
|
||||
Reference in New Issue
Block a user