Skip to content

Commit

Permalink
refactor: Update description for Input 2 in Condition component
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Aug 19, 2024
1 parent 462105c commit d37f8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Common/Types/Workflow/Components/Condition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const components: Array<ComponentMetadata> = [
{
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",
Expand Down

0 comments on commit d37f8a4

Please sign in to comment.