Browse Source

fix: edit segment missing space between buttons (#6826)

Co-authored-by: xc Dou <xcdou@192.168.88.89>
tags/0.6.16
NFish 1 year ago
parent
commit
dd64e65ea0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/app/components/datasets/documents/detail/completed/index.tsx

+ 1
- 0
web/app/components/datasets/documents/detail/completed/index.tsx View File

@@ -142,6 +142,7 @@ const SegmentDetailComponent: FC<ISegmentDetailProps> = ({
</Button>
<Button
variant='primary'
className='ml-3'
onClick={handleSave}
disabled={loading}
>

Loading…
Cancel
Save