diff --git a/frontend/src/lib/utils/crud.ts b/frontend/src/lib/utils/crud.ts index 2dec58a48..cbd7a0b69 100644 --- a/frontend/src/lib/utils/crud.ts +++ b/frontend/src/lib/utils/crud.ts @@ -47,8 +47,8 @@ export const getOptions = ({ label: string; value: string; suggested: boolean; - self: Record; - selfSelect: boolean; + self?: Record; + selfSelect?: boolean; }[] => { const options = objects .map((object) => {