We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0465c commit fb695bbCopy full SHA for fb695bb
web/components/add-option-entry.tsx
@@ -8,7 +8,7 @@ import {capitalize} from "lodash";
8
9
export function AddOptionEntry(props: {
10
choices: {},
11
- setChoices: (choices: {}) => void
+ setChoices: (choices: any) => void
12
profile: ProfileWithoutUser,
13
setProfile: <K extends keyof ProfileWithoutUser>(key: K, value: ProfileWithoutUser[K]) => void
14
label: OptionTableKey,
0 commit comments