We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397cf78 commit 4d30272Copy full SHA for 4d30272
hypha/apply/funds/workflow.py
@@ -1091,7 +1091,7 @@ def get_dismissed_statuses():
1091
def get_withdrawn_statuses():
1092
withdrawn_statuses = set()
1093
for phase_name, phase in PHASES:
1094
- if phase.display_name == 'Dismissed':
+ if phase.display_name == 'Withdrawn':
1095
withdrawn_statuses.add(phase_name)
1096
return withdrawn_statuses
1097
0 commit comments