mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(editor): Implement some quick improvements on NDV in canvas experiment (no-changelog) (#16717)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
export function shouldShowParameter(item: INodeProperties): boolean {
|
||||
return item.name.match(/resource|authentication|operation/i) === null;
|
||||
}
|
||||
Reference in New Issue
Block a user