src/templates/formtabconfig/actionform/index.jsx
@@ -388,7 +388,6 @@ return new Promise((resolve, reject) => { this.props.form.validateFieldsAndScroll((err, values) => { if (!err) { values.id = this.props.card.id values.uuid = this.props.card.uuid values.verify = this.props.card.verify || null values.btnType = this.props.card.btnType || 'tabFormBtn'