This commit is contained in:
MartinBraquet
2025-12-03 17:00:48 +01:00
parent fb695bbed1
commit 1dc85e25de

View File

@@ -7,7 +7,7 @@ import {MultiCheckbox} from "web/components/multi-checkbox";
import {capitalize} from "lodash";
export function AddOptionEntry(props: {
choices: {},
choices: { [key: string]: string }
setChoices: (choices: any) => void
profile: ProfileWithoutUser,
setProfile: <K extends keyof ProfileWithoutUser>(key: K, value: ProfileWithoutUser[K]) => void