This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
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
c23aa50bea
commit
dd64e65ea0
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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}
>
Write
Preview
Loading…
Cancel
Save