Skip to content

Commit

Permalink
Fixes an incorrect enum (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Mar 7, 2023
1 parent a1c77e4 commit 256c3d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dispatch/plugins/dispatch_slack/case/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,9 +1310,7 @@ def handle_report_submission_event(
)


@app.action(
SignalNotificationActions.resolve, middleware=[button_context_middleware, db_middleware]
)
@app.action(SignalNotificationActions.view, middleware=[button_context_middleware, db_middleware])
def signal_button_click(
ack: Ack, body: dict, db_session: Session, context: BoltContext, client: WebClient
):
Expand Down

0 comments on commit 256c3d1

Please sign in to comment.