mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 18:41:48 -08:00
fix: Fix issue with API key being required for the Qdrant Node (#8237)
This commit is contained in:
parent
f11aa06d27
commit
4401db3a2f
|
@ -18,7 +18,7 @@ export class QdrantApi implements ICredentialType {
|
|||
name: 'apiKey',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
required: true,
|
||||
required: false,
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue