fix(n8n Form Node): Remove field requirement and do not inherit description (#14254)

This commit is contained in:
Dana
2025-04-01 12:21:39 +02:00
committed by GitHub
parent 87bc38d409
commit 4bc1c1a547
11 changed files with 122 additions and 162 deletions

View File

@@ -19,7 +19,6 @@ export type FormTriggerInput = {
export type FormTriggerData = {
testRun: boolean;
validForm: boolean;
formTitle: string;
formDescription?: string;
formDescriptionMetadata?: string;