mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(n8n Form Trigger Node): Remove custom attribution option (no-changelog) (#10229)
This commit is contained in:
@@ -49,7 +49,6 @@ describe('FormTrigger, formWebhook', () => {
|
||||
|
||||
expect(mockRender).toHaveBeenCalledWith('form-trigger', {
|
||||
appendAttribution: true,
|
||||
customAttribution: undefined,
|
||||
formDescription: 'Test Description',
|
||||
formFields: [
|
||||
{
|
||||
@@ -247,7 +246,6 @@ describe('FormTrigger, prepareFormData', () => {
|
||||
],
|
||||
useResponseData: true,
|
||||
appendAttribution: true,
|
||||
customAttribution: undefined,
|
||||
redirectUrl: 'https://example.com/thank-you',
|
||||
});
|
||||
});
|
||||
@@ -293,7 +291,6 @@ describe('FormTrigger, prepareFormData', () => {
|
||||
],
|
||||
useResponseData: undefined,
|
||||
appendAttribution: true,
|
||||
customAttribution: undefined,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user