Skip to content

Commit

Permalink
Fixes typo in case_type_select enum value (#5769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Feb 7, 2025
1 parent dc0898e commit 95cdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/case/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CaseMigrateActions(DispatchEnum):
class CaseReportActions(DispatchEnum):
submit = "case-report-submit"
project_select = "case-report-project-select"
case_type_select = "ccase-report-case-type-select"
case_type_select = "case-report-case-type-select"
assignee_select = "case-report-assignee-select"


Expand Down

0 comments on commit 95cdd8c

Please sign in to comment.