Skip to content

Commit

Permalink
Improve alert condition input placeholders (opensearch-project#308)
Browse files Browse the repository at this point in the history
* updated placeholders

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changes

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Jan 10, 2023
1 parent 2ef2d67 commit 90a1c05
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Select rule names.'}
placeholder={'Any rules'}
options={namesOptions}
onChange={this.onRuleNamesChange}
selectedOptions={selectedNames}
Expand All @@ -352,7 +352,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Select rule severities.'}
placeholder={'Any severities'}
options={ruleSeverityOptions}
onChange={this.onRuleSeverityChange}
noSuggestions={false}
Expand All @@ -370,7 +370,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Enter tags for the alert condition.'}
placeholder={'Any tags'}
options={tagsOptions}
onChange={this.onTagsChange}
onCreateOption={this.onCreateTag}
Expand Down

0 comments on commit 90a1c05

Please sign in to comment.