Skip to content

Commit

Permalink
Merge pull request OneUptime#1649 from OneUptime/add-more-conds
Browse files Browse the repository at this point in the history
refactor: Update description for Input 2 in Condition component
  • Loading branch information
simlarsen authored Aug 19, 2024
2 parents 26dd72e + d37f8a4 commit 0e9c752
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 0e9c752

Please sign in to comment.