mirror of
https://github.com/langgenius/dify.git
synced 2026-04-02 12:50:34 +08:00
fix: create dataset step one next
This commit is contained in:
parent
b2322aca27
commit
f304976715
@ -203,7 +203,7 @@ const StepOne = ({
|
||||
)}
|
||||
<div className="flex justify-end gap-2 max-w-[640px]">
|
||||
{/* <Button>{t('datasetCreation.stepOne.cancel')}</Button> */}
|
||||
<Button disabled={!nextDisabled} variant='primary' onClick={onStepChange}>
|
||||
<Button disabled={nextDisabled} variant='primary' onClick={onStepChange}>
|
||||
<span className="flex gap-0.5 px-[10px]">
|
||||
<span className="px-0.5">{t('datasetCreation.stepOne.button')}</span>
|
||||
<RiArrowRightLine className="size-4" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user