浏览代码

fix: support selecting yaml extension when importing dsl file (#14088)

tags/1.0.0
wellCh4n 8 个月前
父节点
当前提交
79d4db8541
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/app/create-from-dsl-modal/uploader.tsx

+ 1
- 1
web/app/components/app/create-from-dsl-modal/uploader.tsx 查看文件

@@ -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}>

正在加载...
取消
保存