diff --git a/app/components/OrganizationForm.tsx b/app/components/OrganizationForm.tsx index 8233308..75d168d 100644 --- a/app/components/OrganizationForm.tsx +++ b/app/components/OrganizationForm.tsx @@ -19,7 +19,7 @@ export type OrganizationFormData = Omit & { isSystem: boolean; } & { aiEngines: - | { id: number; title: string; settings?: string | null }[] + | { id: number; title: string; settings: string }[] | null | undefined; };