mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: address comments
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user