mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
🐛 Fix(GoogleDrive): missing permissions field (#1503)
This commit is contained in:
parent
e9bd518592
commit
09659986db
|
|
@ -522,7 +522,7 @@ export class GoogleDrive implements INodeType {
|
|||
name: 'permissionsUi',
|
||||
placeholder: 'Add Permission',
|
||||
type: 'fixedCollection',
|
||||
default: '',
|
||||
default: {},
|
||||
typeOptions: {
|
||||
multipleValues: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user