fix(n8n Form Node): Remove dependence on static data from the form completion page (no-changelog) (#12445)

This commit is contained in:
Michael Kret
2025-01-07 11:39:59 +02:00
committed by GitHub
parent e234756457
commit 7df5eb1e4d
3 changed files with 57 additions and 46 deletions

View File

@@ -32,11 +32,4 @@ export type FormTriggerData = {
buttonLabel?: string;
};
export type CompletionPageConfig = {
pageTitle?: string;
completionMessage?: string;
completionTitle?: string;
redirectUrl?: string;
};
export const FORM_TRIGGER_AUTHENTICATION_PROPERTY = 'authentication';