src/components/header/resetpwd/index.jsx
File was renamed from src/components/resetpwd/index.jsx @@ -31,10 +31,6 @@ }) } resetfrom = () => { this.props.form.resetFields() } handleConfirmBlur = e => { const { value } = e.target this.setState({ confirmDirty: this.state.confirmDirty || !!value })