mirror of https://github.com/openspug/spug
U 修复兼容性问题
parent
c8e6849847
commit
6e64171d17
|
@ -116,7 +116,7 @@ class Ext2Setup3 extends React.Component {
|
||||||
</Select>
|
</Select>
|
||||||
)}/>
|
)}/>
|
||||||
</Form.Item>,
|
</Form.Item>,
|
||||||
item['src_mode'] === '0' ? (
|
[undefined, '0'].includes(item['src_mode']) ? (
|
||||||
<Form.Item key={1} label="过滤规则" help={this.helpMap[item['mode']]}>
|
<Form.Item key={1} label="过滤规则" help={this.helpMap[item['mode']]}>
|
||||||
<Input
|
<Input
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
|
|
Loading…
Reference in New Issue