fix(n8n Form Trigger Node): Remove custom attribution option (no-changelog) (#10229)

This commit is contained in:
Michael Kret
2024-07-29 17:56:55 +03:00
committed by GitHub
parent 711b667ebe
commit e5dfd7faf9
5 changed files with 0 additions and 24 deletions

View File

@@ -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,
});
});