mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Add special @tool displayOption (#14318)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -346,6 +346,7 @@ const getIssues = computed<string[]>(() => {
|
||||
node.value.parameters,
|
||||
newPath.join('.'),
|
||||
node.value,
|
||||
nodeTypesStore.getNodeType(node.value.type, node.value.typeVersion),
|
||||
);
|
||||
|
||||
if (props.parameter.type === 'credentialsSelect' && displayValue.value === '') {
|
||||
|
||||
Reference in New Issue
Block a user