mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -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',
|
name: 'apiKey',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
typeOptions: { password: true },
|
typeOptions: { password: true },
|
||||||
required: true,
|
required: false,
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue