Skip to content

Commit fb695bb

Browse files
committed
Fix
1 parent 3b0465c commit fb695bb

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
@@ -8,7 +8,7 @@ import {capitalize} from "lodash";
88

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

0 commit comments

Comments
 (0)