sushilideaclan01 commited on
Commit
bf8e54b
·
1 Parent(s): bf50e29
frontend/components/generation/ExtensiveForm.tsx CHANGED
@@ -10,7 +10,7 @@ import { IMAGE_MODELS, getModelCost, formatCost } from "@/lib/constants/models";
10
  import type { Niche } from "@/types/api";
11
 
12
  const extensiveSchema = z.object({
13
- niche: z.enum(["home_insurance", "glp1", "others"]),
14
  custom_niche: z.string().optional().nullable(),
15
  target_audience: z.string().optional().nullable(),
16
  offer: z.string().optional().nullable(),
 
10
  import type { Niche } from "@/types/api";
11
 
12
  const extensiveSchema = z.object({
13
+ niche: z.enum(["home_insurance", "glp1", "auto_insurance", "others"]),
14
  custom_niche: z.string().optional().nullable(),
15
  target_audience: z.string().optional().nullable(),
16
  offer: z.string().optional().nullable(),