U 修复兼容性问题

pull/172/head
vapao 2020-08-09 23:13:54 +08:00
parent c8e6849847
commit 6e64171d17
1 changed files with 1 additions and 1 deletions

View File

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