oa-componentbook 1.0.1-stage.95 → 1.0.1-stage.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -243,7 +243,9 @@ function ApprovalWidget(_ref) {
243
243
  disabled: (_approvalForm$disable6 = approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.disabled) !== null && _approvalForm$disable6 !== void 0 ? _approvalForm$disable6 : false
244
244
  })))), actionRenderType === "buttonWithForm" && /*#__PURE__*/_react.default.createElement(_antd.Form.Item, {
245
245
  validateStatus: form.getFieldError("validateDocumentButton#".concat(questionId)) ? "error" : "",
246
- help: form.getFieldError("validateDocumentButton#".concat(questionId)) || "errorForRtv"
246
+ help: /*#__PURE__*/_react.default.createElement("div", {
247
+ className: "errorForRtv"
248
+ }, form.getFieldError("validateDocumentButton#".concat(questionId)) || "")
247
249
  }, getFieldDecorator("validateDocumentButton#".concat(questionId), {
248
250
  rules: isMandatory ? [{
249
251
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.95",
3
+ "version": "1.0.1-stage.96",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",