mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(n8n Form Node): Remove dependence on static data from the form completion page (no-changelog) (#12445)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user