From d37f8a404920676aad2bc2a152006792674197e9 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 19 Aug 2024 17:29:38 +0100 Subject: [PATCH] refactor: Update description for Input 2 in Condition component --- Common/Types/Workflow/Components/Condition.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",