Commit 8357a23a authored by Phil Hughes's avatar Phil Hughes

Fixes issue with any milestone value in dropdown not being selectable

Closes #14293
parent fde975fa
......@@ -46,7 +46,7 @@ class @MilestoneSelect
milestone.title
id: (milestone) ->
if !useId
if milestone.title isnt "Any milestone"
if milestone.title isnt "Any Milestone"
milestone.title
else
""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment