mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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
@@ -20,7 +20,7 @@ export const mockSimplifiedNodeType = (
|
||||
name: 'sampleName',
|
||||
icon: 'fa:sampleIcon',
|
||||
iconUrl: 'https://example.com/icon.png',
|
||||
group: ['group1', 'group2'],
|
||||
group: ['input', 'output'],
|
||||
description: 'Sample description',
|
||||
codex: {
|
||||
categories: ['category1', 'category2'],
|
||||
|
||||
@@ -255,7 +255,7 @@ function resourceCategories(nodeTypeDescription: INodeTypeDescription): ActionTy
|
||||
},
|
||||
displayName,
|
||||
group: ['trigger'],
|
||||
};
|
||||
} as ActionTypeDescription;
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user