mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -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',
|
type: 'resourceLocator',
|
||||||
default: { mode: 'list', value: '' },
|
default: { mode: 'list', value: '' },
|
||||||
required: true,
|
required: true,
|
||||||
hint: 'The Google Drive drive to operator on',
|
hint: 'The Google Drive drive to operate on',
|
||||||
modes: [
|
modes: [
|
||||||
{
|
{
|
||||||
displayName: 'Drive',
|
displayName: 'Drive',
|
||||||
|
|
Loading…
Reference in a new issue