mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Google Drive Node): fix drive hint typo in resource locator (#4387)
This commit is contained in:
@@ -1478,7 +1478,7 @@ export class GoogleDrive implements INodeType {
|
||||
type: 'resourceLocator',
|
||||
default: { mode: 'list', value: '' },
|
||||
required: true,
|
||||
hint: 'The Google Drive drive to operator on',
|
||||
hint: 'The Google Drive drive to operate on',
|
||||
modes: [
|
||||
{
|
||||
displayName: 'Drive',
|
||||
|
||||
Reference in New Issue
Block a user