mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(Google Drive Node): fix drive hint typo in resource locator (#4387)
This commit is contained in:
parent
ed4dcbb5dd
commit
4ce0fed0ab
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue