Skip to content

Commit

Permalink
Add button to case actions section (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Nov 12, 2024
1 parent 0ee4db2 commit 19872d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/dispatch/plugins/dispatch_slack/case/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,12 @@ def create_action_buttons_message(
text="💤 Snooze Alert",
action_id=SignalNotificationActions.snooze,
value=button_metadata,
)
),
Button(
text="👤 User MFA Challenge",
action_id=CaseNotificationActions.user_mfa,
value=button_metadata,
),
)

# we create the signal metadata blocks
Expand Down

0 comments on commit 19872d9

Please sign in to comment.