mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(editor): Show informative message in NDV when AI tools have no parameters (#15515)
This commit is contained in:
@@ -55,7 +55,7 @@ const openAiNode: INodeUi = {
|
||||
|
||||
describe('NodeCredentials', () => {
|
||||
const defaultRenderOptions: RenderOptions = {
|
||||
pinia: createTestingPinia(),
|
||||
pinia: createTestingPinia({ stubActions: false }),
|
||||
props: {
|
||||
overrideCredType: 'openAiApi',
|
||||
node: httpNode,
|
||||
|
||||
Reference in New Issue
Block a user