return seed
This commit is contained in:
@@ -44,7 +44,7 @@ function NumberInputSetting(props: NumberInputSettingProps) {
|
||||
<NumberInput
|
||||
allowFloat={allowFloat}
|
||||
style={{ width: `${width}${widthUnit}` }}
|
||||
value={`${value}`}
|
||||
value={value}
|
||||
disabled={disable}
|
||||
onValue={onValue}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user