@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.mjs
CHANGED
|
@@ -11479,6 +11479,7 @@ const SettingApp = (props) => {
|
|
|
11479
11479
|
...item,
|
|
11480
11480
|
active: item.id === data.id
|
|
11481
11481
|
}));
|
|
11482
|
+
setSettingData(data);
|
|
11482
11483
|
setDataSettingGroup(updated);
|
|
11483
11484
|
};
|
|
11484
11485
|
//hàm tạo các thông số cấu hình và cài đặt
|