Merge pull request #703 from grafana/vadimkerr/resolution-note-hotfix
Fix resolution note issue
This commit is contained in:
commit
69231801e8
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ class UpdateResolutionNoteStep(scenario_step.ScenarioStep):
|
|||
author_verbal = resolution_note.author_verbal(mention=True)
|
||||
resolution_note_text_block = {
|
||||
"type": "section",
|
||||
"text": {"type": "mrkdwn", "text": resolution_note.text, "emoji": True},
|
||||
"text": {"type": "mrkdwn", "text": resolution_note.text},
|
||||
}
|
||||
blocks.append(resolution_note_text_block)
|
||||
context_block = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue