mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(core): Add strong typing for INodeTypeBaseDescription['group'] (no-changelog) (#14047)
This commit is contained in:
committed by
GitHub
parent
8f46371d77
commit
a24e8abe8c
@@ -60,7 +60,7 @@ describe('useUniqueNodeName', () => {
|
||||
version: 1,
|
||||
inputs: [],
|
||||
outputs: [],
|
||||
group: [''],
|
||||
group: ['input'],
|
||||
properties: [],
|
||||
defaults: {
|
||||
name: 'S3',
|
||||
|
||||
Reference in New Issue
Block a user