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 fb695bb commit 1dc85e2Copy full SHA for 1dc85e2
web/components/add-option-entry.tsx
@@ -7,7 +7,7 @@ import {MultiCheckbox} from "web/components/multi-checkbox";
7
import {capitalize} from "lodash";
8
9
export function AddOptionEntry(props: {
10
- choices: {},
+ choices: { [key: string]: string }
11
setChoices: (choices: any) => void
12
profile: ProfileWithoutUser,
13
setProfile: <K extends keyof ProfileWithoutUser>(key: K, value: ProfileWithoutUser[K]) => void
0 commit comments