Skip to content

Commit

Permalink
Fix typing in crud.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 12, 2024
1 parent 0a1a70a commit c385810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/utils/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const getOptions = ({
label: string;
value: string;
suggested: boolean;
self: Record<string, any>;
selfSelect: boolean;
self?: Record<string, any>;
selfSelect?: boolean;
}[] => {
const options = objects
.map((object) => {
Expand Down

0 comments on commit c385810

Please sign in to comment.