diff --git a/web/components/add-option-entry.tsx b/web/components/add-option-entry.tsx index 216e05a..f8494af 100644 --- a/web/components/add-option-entry.tsx +++ b/web/components/add-option-entry.tsx @@ -8,7 +8,7 @@ import {capitalize} from "lodash"; export function AddOptionEntry(props: { choices: {}, - setChoices: (choices: {}) => void + setChoices: (choices: any) => void profile: ProfileWithoutUser, setProfile: (key: K, value: ProfileWithoutUser[K]) => void label: OptionTableKey,