wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/list-operator/components/limit-config.tsx
@@ -45,7 +45,7 @@
  const handleLimitSizeChange = useCallback((size: number | string) => {
    onChange({
      ...config,
      size: Number.parseInt(size as string),
      size: parseInt(size as string),
    })
  }, [onChange, config])