This commit is contained in:
MartinBraquet
2025-12-03 16:59:25 +01:00
parent 3b0465c65c
commit fb695bbed1

View File

@@ -8,7 +8,7 @@ import {capitalize} from "lodash";
export function AddOptionEntry(props: {
choices: {},
setChoices: (choices: {}) => void
setChoices: (choices: any) => void
profile: ProfileWithoutUser,
setProfile: <K extends keyof ProfileWithoutUser>(key: K, value: ProfileWithoutUser[K]) => void
label: OptionTableKey,