🐛 Fix(GoogleDrive): missing permissions field (#1503)

This commit is contained in:
Agata M 2021-03-02 12:54:42 +01:00 committed by GitHub
parent e9bd518592
commit 09659986db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -522,7 +522,7 @@ export class GoogleDrive implements INodeType {
name: 'permissionsUi',
placeholder: 'Add Permission',
type: 'fixedCollection',
default: '',
default: {},
typeOptions: {
multipleValues: false,
},