fix: Hide opt-out option for ancillary email
This commit is contained in:
@@ -14,7 +14,6 @@ export const addPackageInput = z.object({
|
||||
comment: z.string().optional(),
|
||||
})
|
||||
),
|
||||
emailOptOut: z.boolean(),
|
||||
language: z.nativeEnum(Lang).transform((val) => langToApiLang[val]),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user