Skip to content

Commit

Permalink
add description to "Default channel for Slack notifications" UI dropd…
Browse files Browse the repository at this point in the history
…own (#2051)

# What this PR does
<img width="1005" alt="Screenshot 2023-05-30 at 07 53 20"
src="https://github.com/grafana/oncall/assets/9406895/a3533104-5773-4ce4-b717-74feeca1f0f0">

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated (N/A)
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required) (N/A)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
  • Loading branch information
joeyorlando authored May 30, 2023
1 parent 364dc06 commit e80de8b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ class SlackSettings extends Component<SlackProps, SlackState> {
<Text>{store.teamStore.currentTeam.slack_team_identity?.cached_name}</Text>
</div>
</Field>
<Field label="Default channel for Slack notifications">
<Field
label="Default channel for Slack notifications"
description="The selected channel will be used as a fallback in the event that a schedule or integration does not have a configured channel"
>
<WithPermissionControlTooltip userAction={UserActions.ChatOpsUpdateSettings}>
<GSelect
showSearch
Expand Down

0 comments on commit e80de8b

Please sign in to comment.