@esvndev/es-react-config-setting 1.0.101 → 1.0.102
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -189832,8 +189832,8 @@ const SidebarLog = ({ open, setOpen }) => {
|
|
|
189832
189832
|
if (rs) {
|
|
189833
189833
|
try {
|
|
189834
189834
|
const data = JSON.parse(rs);
|
|
189835
|
-
setData(data.
|
|
189836
|
-
setTotalItem(data.
|
|
189835
|
+
setData(data.items);
|
|
189836
|
+
setTotalItem(data.totalCount);
|
|
189837
189837
|
notificationSuccess(t('Lấy dữ liệu thành công'));
|
|
189838
189838
|
}
|
|
189839
189839
|
catch (err) {
|
package/dist/index.mjs
CHANGED
|
@@ -189804,8 +189804,8 @@ const SidebarLog = ({ open, setOpen }) => {
|
|
|
189804
189804
|
if (rs) {
|
|
189805
189805
|
try {
|
|
189806
189806
|
const data = JSON.parse(rs);
|
|
189807
|
-
setData(data.
|
|
189808
|
-
setTotalItem(data.
|
|
189807
|
+
setData(data.items);
|
|
189808
|
+
setTotalItem(data.totalCount);
|
|
189809
189809
|
notificationSuccess(t('Lấy dữ liệu thành công'));
|
|
189810
189810
|
}
|
|
189811
189811
|
catch (err) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-config-setting",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.102",
|
|
4
4
|
"description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
|
|
5
5
|
"author": "dev@esvn.com.vn",
|
|
6
6
|
"license": "ESVN Limited Use License",
|