Commit Graph

5 Commits

Author SHA1 Message Date
MarkLo127 8fa86ef6c0 Fix: Remove schema default from analysis_mode, rely on form defaultValues
- Removed .default('deep') from Zod schema to fix type inference
- The field is now purely required with no optional inference
- The default value is provided by useForm's defaultValues
- This cleanly separates schema validation from form defaults
2026-03-12 22:06:05 +08:00
MarkLo127 74417bbf48 2026-03-12 21:58:19 +08:00
MarkLo127 037d453d7d 2026-03-12 21:40:16 +08:00
MarkLo127 ca1a1f8cb5 2026-03-12 17:21:30 +08:00
MarkLo127 d887c3be91 2026-03-12 12:02:36 +08:00