diff --git a/src/dispatch/plugins/dispatch_slack/incident/interactive.py b/src/dispatch/plugins/dispatch_slack/incident/interactive.py index 0544f82d4c6e..b27ad1c5b57f 100644 --- a/src/dispatch/plugins/dispatch_slack/incident/interactive.py +++ b/src/dispatch/plugins/dispatch_slack/incident/interactive.py @@ -2196,7 +2196,7 @@ def handle_update_incident_command( ), tag_multi_select( optional=True, - initial_options=[{"text": t.name, "value": t.id} for t in incident.tags], + initial_options=[{"text": t.name, "value": str(t.id)} for t in incident.tags], ), ]