🐛 Fix default value for Send Notification Email option on GDrive (#1357)

This commit is contained in:
Iván Ovejero 2021-01-23 11:22:31 -03:00 committed by GitHub
parent 298836b1f8
commit 5ba66fb081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -992,7 +992,7 @@ export class GoogleDrive implements INodeType {
],
},
},
default: '',
default: false,
description: 'Whether to send a notification email when sharing to users or groups',
},
{