mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix that parameter "hide" rule could not overwrite "show" rule
This commit is contained in:
@@ -56,7 +56,6 @@ export function displayParameter(nodeValues: INodeParameters, parameter: INodePr
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (parameter.displayOptions.hide) {
|
if (parameter.displayOptions.hide) {
|
||||||
|
|||||||
Reference in New Issue
Block a user