Disabled use cache default

main
Maya 6 years ago
parent ff62baab99
commit 3b9b1c686f

@ -386,7 +386,7 @@ class AdvancedConfigurationForm extends React.PureComponent<Props> {
return (
<Form.Item help='Using cache to store data.'>
{form.getFieldDecorator('useCache', {
initialValue: true,
initialValue: false,
valuePropName: 'checked',
})(
<Checkbox>

Loading…
Cancel
Save