mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🐛 Fix default value for Send Notification Email option on GDrive (#1357)
This commit is contained in:
@@ -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',
|
description: 'Whether to send a notification email when sharing to users or groups',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user