@esvndev/es-react-config-setting 1.0.43 → 1.0.44
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11544,7 +11544,7 @@ const SettingApp = (props) => {
|
|
|
11544
11544
|
if (data.status) {
|
|
11545
11545
|
setDataSettingGroup(data.data);
|
|
11546
11546
|
setTimeout(() => {
|
|
11547
|
-
loadSettingConfigByGroup(data.data
|
|
11547
|
+
loadSettingConfigByGroup(data.data);
|
|
11548
11548
|
}, 500);
|
|
11549
11549
|
}
|
|
11550
11550
|
else {
|