Skip to content

Commit

Permalink
fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej committed Mar 8, 2024
1 parent 65c3614 commit 061b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/OrganizationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type OrganizationFormData = Omit<OrganizationUpdate, "aiEngines"> & {
isSystem: boolean;
} & {
aiEngines:
| { id: number; title: string; settings?: string | null }[]
| { id: number; title: string; settings: string }[]
| null
| undefined;
};
Expand Down

0 comments on commit 061b8bc

Please sign in to comment.