Bladeren bron
fix: support selecting yaml extension when importing dsl file (#14088)
tags/1.0.0
wellCh4n
8 maanden geleden
bovenliggende
commit
79d4db8541
No account linked to committer's email address
|
|
|
@@ -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}> |