After this many days, teams can no longer submit a mentoring request. Default: 14.
+ { + const v = parseInt(e.target.value, 10) + if (!Number.isNaN(v) && v >= 1 && v <= 90) update('mentoringRequestDeadlineDays', v) + }} + /> ++ When ON, projects that don't request mentoring auto-PASS to the next round (default). + When OFF, all projects are held in PENDING until the admin decides — useful when mentoring is mandatory. +
+