Skip to content

Commit

Permalink
Move data too large message to top of alert data modal
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Dec 7, 2023
1 parent 1ae9e52 commit 491a0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/case/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ def signal_button_click(
if len(raw_text) > 2900:
blocks = [
Section(
text="Alert data too large to view in Slack. View the alert in Dispatch to see the entire alert.\n"
text="The alert data exceeds Slack's viewing limit. Please check Dispatch for full details.\n"
),
Section(text=f"```{raw_text[:2750]}...```"),
]
Expand Down

0 comments on commit 491a0f2

Please sign in to comment.