mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
🐛 Fix default value for Send Notification Email option on GDrive (#1357)
This commit is contained in:
parent
298836b1f8
commit
5ba66fb081
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue