Update numeric input increment value and enhance localization strings
This commit is contained in:
@@ -140,7 +140,7 @@ const Settings = ({
|
||||
<FormNumericInput
|
||||
value={yAxisMin}
|
||||
onChange={val => onUpdateUiSetting('yAxisMin', val)}
|
||||
increment={5}
|
||||
increment={1}
|
||||
min={0}
|
||||
placeholder={t('auto')}
|
||||
allowEmpty={true}
|
||||
|
||||
Reference in New Issue
Block a user