diff --git a/frontend/src/components/config/again.tsx b/frontend/src/components/config/again.tsx index 21c863f75..2be1f77da 100644 --- a/frontend/src/components/config/again.tsx +++ b/frontend/src/components/config/again.tsx @@ -39,8 +39,10 @@ export const ConfigAgain = ["config"]>({ return ( set({ [key]: value } as Partial)} + value={Number(value)} + onChange={(value) => + set({ [key]: Number(value) } as Partial) + } /> ); case "boolean":