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

@@ -40,7 +40,6 @@ export type FormTriggerData = {
formFields: FormTriggerInput[];
useResponseData?: boolean;
appendAttribution?: boolean;
customAttribution?: string;
};
export const FORM_TRIGGER_AUTHENTICATION_PROPERTY = 'authentication';