🐛 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

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',
},
{