wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/datasets/create/website/base/url-input.tsx
@@ -28,7 +28,7 @@
  }, [isRunning, onRun, url])
  return (
    <div className='flex items-center justify-between gap-x-2'>
    <div className='flex items-center justify-between'>
      <Input
        value={url}
        onChange={handleUrlChange}
@@ -37,8 +37,8 @@
      <Button
        variant='primary'
        onClick={handleOnRun}
        className='ml-2'
        loading={isRunning}
        spinnerClassName='!ml-0'
      >
        {!isRunning ? t(`${I18N_PREFIX}.run`) : ''}
      </Button>