Skip to content

Commit 1dc85e2

Browse files
committed
Fix
1 parent fb695bb commit 1dc85e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/add-option-entry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {MultiCheckbox} from "web/components/multi-checkbox";
77
import {capitalize} from "lodash";
88

99
export function AddOptionEntry(props: {
10-
choices: {},
10+
choices: { [key: string]: string }
1111
setChoices: (choices: any) => void
1212
profile: ProfileWithoutUser,
1313
setProfile: <K extends keyof ProfileWithoutUser>(key: K, value: ProfileWithoutUser[K]) => void

0 commit comments

Comments
 (0)