Skip to content

Commit

Permalink
fix: support selecting yaml extension when importing dsl file (#14088)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellCh4n authored Feb 20, 2025
1 parent 9c42626 commit 79d4db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/create-from-dsl-modal/uploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Uploader: FC<Props> = ({
style={{ display: 'none' }}
type="file"
id="fileUploader"
accept='.yml'
accept='.yaml,.yml'
onChange={fileChangeHandle}
/>
<div ref={dropRef}>
Expand Down

0 comments on commit 79d4db8

Please sign in to comment.