mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user