@esvndev/es-react-config-setting 1.0.3 → 1.0.4

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.
package/dist/index.js CHANGED
@@ -6230,7 +6230,7 @@ const SettingApp = (props) => {
6230
6230
  return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: isOpen ?
6231
6231
  jsxRuntime.jsx(Modal$1, { isOpen: true, toggle: handleModal, className: 'modal-dialog-centered modal-lg', contentClassName: 'p-0', onOpened: handleFormOpened, onClosed: handleFormClosed, backdrop: backdrop, children: jsxRuntime.jsx(Form$1, { id: 'form-modal-globalzone', className: 'todo-modal', onSubmit: handleSubmit, children: jsxRuntime.jsxs("div", { className: "", children: [jsxRuntime.jsx(ModalHeader, { handleModal: handleModal, typeModal: "typeModal", title: 'C\u00E0i \u0111\u1EB7t' }), jsxRuntime.jsxs(Row, { className: "m-0 gy-1 mb-2 me-1", children: [jsxRuntime.jsx(Col, { md: 4, xs: 12, children: jsxRuntime.jsx(lib.Scrollbars, { autoHide: true, autoHeight: true, autoHeightMax: windowSize.innerHeight - 180, children: jsxRuntime.jsx(Row, { className: "m-0 gy-1 mb-2 me-1", children: dataSetting && dataSetting.length > 0 ?
6232
6232
  dataSetting.map((item) => {
6233
- jsxRuntime.jsx(Col, { md: 12, xs: 12, children: jsxRuntime.jsx("label", { children: item.name }) }, item.id);
6233
+ return (jsxRuntime.jsx(Col, { md: 12, xs: 12, children: jsxRuntime.jsx("label", { children: item.name }) }, item.id));
6234
6234
  }) : null }) }) }), jsxRuntime.jsx(Col, { md: 8, xs: 12, children: jsxRuntime.jsx(lib.Scrollbars, { autoHide: true, autoHeight: true, autoHeightMax: windowSize.innerHeight - 180, children: jsxRuntime.jsx(ModalBody, { children: jsxRuntime.jsx("div", { children: jsxRuntime.jsxs("div", { className: 'box form-box__border mb-2', children: [jsxRuntime.jsx("h5", { className: "m-0 form-box__border--title", children: t('General information') }), jsxRuntime.jsx(Row, { className: "m-0 gy-1 mb-2 me-1" })] }) }) }) }) })] })] }) }) })
6235
6235
  : null }));
6236
6236
  };