From fb695bbed12d82da7dac3626e0073bfa09dcbd9b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 3 Dec 2025 16:59:25 +0100 Subject: [PATCH] Fix --- web/components/add-option-entry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,