mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 19:30:48 +08:00
升级umi4.0,修复新建脚本
This commit is contained in:
@@ -101,7 +101,9 @@ const DependenceModal = ({
|
||||
>
|
||||
<Select>
|
||||
{config.dependenceTypes.map((x, i) => (
|
||||
<Option value={i}>{x}</Option>
|
||||
<Option key={i} value={i}>
|
||||
{x}
|
||||
</Option>
|
||||
))}
|
||||
</Select>
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user