From fe09879ff5bf471df2823112fb493bd49c3e87e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chip=20Wolf=20=E2=80=AE?= Date: Wed, 18 Aug 2021 19:06:05 +0100 Subject: [PATCH] Alerting: correct property names for Slack bot icons (#33376) --- pkg/services/alerting/notifiers/slack.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/services/alerting/notifiers/slack.go b/pkg/services/alerting/notifiers/slack.go index 2d78952b5b4..f119800dbed 100644 --- a/pkg/services/alerting/notifiers/slack.go +++ b/pkg/services/alerting/notifiers/slack.go @@ -63,14 +63,14 @@ func init() { Element: alerting.ElementTypeInput, InputType: alerting.InputTypeText, Description: "Provide an emoji to use as the icon for the bot's message. Overrides the icon URL.", - PropertyName: "iconEmoji", + PropertyName: "icon_emoji", }, { Label: "Icon URL", Element: alerting.ElementTypeInput, InputType: alerting.InputTypeText, Description: "Provide a URL to an image to use as the icon for the bot's message", - PropertyName: "iconUrl", + PropertyName: "icon_url", }, { Label: "Mention Users",