We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a336d6 commit 0f3a951Copy full SHA for 0f3a951
packages/slackBotFunction/app/slack/slack_events.py
@@ -186,7 +186,7 @@ def _create_feedback_blocks(
186
},
187
}
188
action_elements.append(button)
189
- blocks.append({"type": "actions", "block_id": "citation_block", "elements": json.dumps(action_elements)})
+ blocks.append({"type": "actions", "block_id": "citation_block", "elements": action_elements})
190
# Feedback buttons
191
blocks.append({"type": "divider"})
192
blocks.append(
0 commit comments