oa-componentbook 1.0.1-stage.377 → 1.0.1-stage.379

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.
@@ -400,8 +400,7 @@ function ApprovalWidget(_ref) {
400
400
  initialValue: (_approvalForm$remarks2 = approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.remarks) !== null && _approvalForm$remarks2 !== void 0 ? _approvalForm$remarks2 : ""
401
401
  })( /*#__PURE__*/_react.default.createElement(_antd.Input.TextArea, {
402
402
  "data-test": dataTest ? "".concat(dataTest, "--remarks") : undefined,
403
- disabled: (_approvalForm$disable10 = approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.disabled) !== null && _approvalForm$disable10 !== void 0 ? _approvalForm$disable10 : false,
404
- maxLength: maxLength
403
+ disabled: (_approvalForm$disable10 = approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.disabled) !== null && _approvalForm$disable10 !== void 0 ? _approvalForm$disable10 : false
405
404
  }))))), actionRenderType === "buttonWithFormV4" && /*#__PURE__*/_react.default.createElement(_antd.Form.Item, {
406
405
  name: "validateDocumentButton#".concat(questionId),
407
406
  initialValue: approvalForm === null || approvalForm === void 0 ? void 0 : approvalForm.isApproved,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.377",
3
+ "version": "1.0.1-stage.379",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",