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: support selecting yaml extension when importing dsl file (
#14088
)
tags/1.0.0
wellCh4n
8 months ago
parent
9c42626772
commit
79d4db8541
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/app/create-from-dsl-modal/uploader.tsx
+ 1
- 1
web/app/components/app/create-from-dsl-modal/uploader.tsx
View File
@@ -97,7 +97,7 @@ const Uploader: FC<Props> = ({
style={{ display: 'none' }}
type="file"
id="fileUploader"
accept='.yml'
accept='.y
aml,.y
ml'
onChange={fileChangeHandle}
/>
<div ref={dropRef}>
Write
Preview
Loading…
Cancel
Save