Skip to content

Commit 0e9c752

Browse files
authored
Merge pull request OneUptime#1649 from OneUptime/add-more-conds
refactor: Update description for Input 2 in Condition component
2 parents 26dd72e + d37f8a4 commit 0e9c752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/Types/Workflow/Components/Condition.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const components: Array<ComponentMetadata> = [
4646
{
4747
type: ComponentInputType.Text,
4848
name: "Input 2",
49-
description: "Input 2",
49+
description:
50+
"This fields takes number, text, boolean, null, undefined as values.",
5051
placeholder: "x",
5152
required: true,
5253
id: "input-2",

0 commit comments

Comments
 (0)