diff --git a/pkg/notify/models/receiver.go b/pkg/notify/models/receiver.go index 849809b206..e68b5ba22f 100644 --- a/pkg/notify/models/receiver.go +++ b/pkg/notify/models/receiver.go @@ -371,6 +371,7 @@ func (r *SReceiver) MarkContactTypeVerified(contactType string) error { } if sc, ok := r.subContactCache[contactType]; ok { sc.Verified = tristate.True + sc.VerifiedNote = "" } else { subContact := &SSubContact{ Type: contactType,