Skip to content

Commit 597fa5a

Browse files
committed
Updated minimum design-winner selection to 2.
1 parent 9e61a88 commit 597fa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ export const MILESTONE_STATUS_TEXT = [
888888
export const MIN_CHECKPOINT_REVIEW_DESIGNS = 5
889889

890890
// minimum winner designs to select during final-designs milestone
891-
export const MIN_WINNER_DESIGNS = 3
891+
export const MIN_WINNER_DESIGNS = 2
892892

893893
// default additional desgin cost to select during final-designs milestone
894894
export const DEFAULT_ADDITIONAL_DESIGN_COST = 100

0 commit comments

Comments
 (0)