Skip to content

Commit 4d30272

Browse files
chriszsFrank Duncan
authored andcommitted
fix: remove refs to dismiss while adding withdrawn
1 parent 397cf78 commit 4d30272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypha/apply/funds/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ def get_dismissed_statuses():
10911091
def get_withdrawn_statuses():
10921092
withdrawn_statuses = set()
10931093
for phase_name, phase in PHASES:
1094-
if phase.display_name == 'Dismissed':
1094+
if phase.display_name == 'Withdrawn':
10951095
withdrawn_statuses.add(phase_name)
10961096
return withdrawn_statuses
10971097

0 commit comments

Comments
 (0)