🐛 Fix wrong default values

This commit is contained in:
Jan Oberhauser
2020-01-04 22:19:10 -06:00
parent 4c3750db9f
commit f4acd47f80
9 changed files with 23 additions and 23 deletions

View File

@@ -776,7 +776,7 @@ export class GoogleDrive implements INodeType {
},
],
required: true,
default: [],
default: '',
description: 'The corpora to operate on.',
},
{