diff --git a/src/dispatch/plugins/dispatch_slack/case/interactive.py b/src/dispatch/plugins/dispatch_slack/case/interactive.py index a5040566213f..8bea5c4b5703 100644 --- a/src/dispatch/plugins/dispatch_slack/case/interactive.py +++ b/src/dispatch/plugins/dispatch_slack/case/interactive.py @@ -889,7 +889,9 @@ def escalate_button_click( initial_option={ "text": case.case_type.incident_type.name, "value": case.case_type.incident_type.id, - }, + } + if case.case_type.incident_type + else None, project_id=case.project.id, ), incident_priority_select(db_session=db_session, project_id=case.project.id, optional=True),