return seed

This commit is contained in:
Qing
2022-09-20 22:43:20 +08:00
parent 32854d40da
commit 3e4021ec0d
6 changed files with 62 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ function NumberInputSetting(props: NumberInputSettingProps) {
<NumberInput
allowFloat={allowFloat}
style={{ width: `${width}${widthUnit}` }}
value={`${value}`}
value={value}
disabled={disable}
onValue={onValue}
/>