@esvndev/es-react-config-setting 1.0.19 → 1.0.21
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11506,6 +11506,7 @@ const SettingApp = (props) => {
|
|
|
11506
11506
|
...item,
|
|
11507
11507
|
active: item.id === data.id
|
|
11508
11508
|
}));
|
|
11509
|
+
setSettingData(data);
|
|
11509
11510
|
setDataSettingGroup(updated);
|
|
11510
11511
|
};
|
|
11511
11512
|
//hàm tạo các thông số cấu hình và cài đặt
|