fix: address comments

This commit is contained in:
abdou6666
2024-12-16 17:44:08 +01:00
parent e55b801cb0
commit 6b7a5bf0a2
3 changed files with 3 additions and 8 deletions

View File

@@ -95,6 +95,7 @@ const SettingInput: React.FC<RenderSettingInputProps> = ({
label={label}
helperText={helperText}
{...field}
onChange={(e) => field.onChange(Number(e.target.value))}
disabled={isDisabled(setting)}
/>
);