mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
remvoe default name change
This commit is contained in:
parent
60138c3b1e
commit
b30bc079ba
|
@ -477,9 +477,6 @@ export const createVectorStoreNode = (args: VectorStoreNodeConstructorArgs) =>
|
|||
description.name += 'Tool';
|
||||
description.outputs = [NodeConnectionType.AiTool];
|
||||
description.displayName += ' Tool';
|
||||
if (description.defaults.name) {
|
||||
description.defaults.name += ' Tool';
|
||||
}
|
||||
|
||||
const operationParameter = description.properties.find((prop) => prop.name === 'mode');
|
||||
if (operationParameter?.options) {
|
||||
|
|
Loading…
Reference in a new issue