wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/app/configuration/config-var/config-string/index.tsx
@@ -28,7 +28,7 @@
        min={1}
        value={value || ''}
        onChange={(e) => {
          let value = Number.parseInt(e.target.value, 10)
          let value = parseInt(e.target.value, 10)
          if (value > maxLength)
            value = maxLength