diff --git a/src/components/features/settings/hackathon-settings-form.tsx b/src/components/features/settings/hackathon-settings-form.tsx index 6b41f45..f04ee2a 100644 --- a/src/components/features/settings/hackathon-settings-form.tsx +++ b/src/components/features/settings/hackathon-settings-form.tsx @@ -321,6 +321,16 @@ export function HackathonSettingsForm({ hackathonId }: { hackathonId: string }) placeholder="e.g., March 5th at 11:59 PM (Pacific Time)" /> +
+ + handleFieldChange("waitlistSignupDeadline", e.target.value)} + disabled={!isEditing} + placeholder="e.g., March 2nd at 11:59 PM (Pacific Time)" + /> +