1
0
Fork 0

fix(gui): allow decimal steps for CFG

This commit is contained in:
Sean Sube 2023-01-08 20:54:10 -06:00
parent 131cff6ba4
commit 2ff4aee887
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export function ImageControl(props: ImageControlProps) {
return <Stack spacing={2}>
<Stack direction='row' spacing={4}>
<NumericField
decimal
label='CFG'
min={CONFIG_DEFAULTS.cfg.min}
max={CONFIG_DEFAULTS.cfg.max}