oa-componentbook 0.18.347 → 0.18.349
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.
|
@@ -125,6 +125,11 @@ function GenricLayOut(_ref) {
|
|
|
125
125
|
} : {}), (_state$misc = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc !== void 0 ? _state$misc : {})));
|
|
126
126
|
if (error) {
|
|
127
127
|
showErrorNotification(error);
|
|
128
|
+
const dynamicConfig = (0, _staticConfigResolver.default)(config, {});
|
|
129
|
+
dispatch({
|
|
130
|
+
type: _layoutReducer.actionTypes.INIT,
|
|
131
|
+
payload: dynamicConfig
|
|
132
|
+
});
|
|
128
133
|
dispatch({
|
|
129
134
|
type: _layoutReducer.actionTypes.SET_TABLE_EMPTY
|
|
130
135
|
});
|
|
@@ -58,7 +58,8 @@ function AddressForm(props) {
|
|
|
58
58
|
}]
|
|
59
59
|
}, /*#__PURE__*/_react.default.createElement(_CustomInput.default, {
|
|
60
60
|
placeholder: "Type here",
|
|
61
|
-
autoFocus: true
|
|
61
|
+
autoFocus: true,
|
|
62
|
+
maxLength: 250
|
|
62
63
|
})))), /*#__PURE__*/_react.default.createElement("div", {
|
|
63
64
|
className: "margin-top-12"
|
|
64
65
|
}, /*#__PURE__*/_react.default.createElement(_Typography.default, {
|
|
@@ -69,7 +70,8 @@ function AddressForm(props) {
|
|
|
69
70
|
}, /*#__PURE__*/_react.default.createElement(_antd.Form.Item, {
|
|
70
71
|
name: "landmark"
|
|
71
72
|
}, /*#__PURE__*/_react.default.createElement(_CustomInput.default, {
|
|
72
|
-
placeholder: "Type here"
|
|
73
|
+
placeholder: "Type here",
|
|
74
|
+
maxLength: 100
|
|
73
75
|
})))), showAddressType && /*#__PURE__*/_react.default.createElement("div", {
|
|
74
76
|
className: "margin-top-12"
|
|
75
77
|
}, /*#__PURE__*/_react.default.createElement(_Typography.default, {
|