king
2020-10-21 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334
src/templates/zshare/modalform/fieldtable/index.jsx
@@ -289,7 +289,7 @@
    return (
      <EditableContext.Provider value={this.props.form}>
        <div className="modal-card-data-table">
        <div className="modal-card-field-table">
          {this.state.data.length < 3 ? <Icon className="add-row" type="plus" onClick={this.handleAdd} /> : null}
          <Table
            components={components}