fix(Google Drive Node): fix drive hint typo in resource locator (#4387)

This commit is contained in:
Nicholas Penree 2022-10-19 15:15:22 -04:00 committed by GitHub
parent ed4dcbb5dd
commit 4ce0fed0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',