diff --git a/Common/Types/Workflow/Components/Condition.ts b/Common/Types/Workflow/Components/Condition.ts index 8cef5aa1e96..6d89c089567 100644 --- a/Common/Types/Workflow/Components/Condition.ts +++ b/Common/Types/Workflow/Components/Condition.ts @@ -46,7 +46,8 @@ const components: Array = [ { type: ComponentInputType.Text, name: "Input 2", - description: "Input 2", + description: + "This fields takes number, text, boolean, null, undefined as values.", placeholder: "x", required: true, id: "input-2",