@esvndev/es-react-config-setting 1.0.46 → 1.0.47
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11595,7 +11595,8 @@ const SettingApp = (props) => {
|
|
|
11595
11595
|
const handleFormClosed = () => {
|
|
11596
11596
|
};
|
|
11597
11597
|
//Sự kiện giá trị thay đổi
|
|
11598
|
-
const _eventChange = () => {
|
|
11598
|
+
const _eventChange = (data) => {
|
|
11599
|
+
console.log("new data", data);
|
|
11599
11600
|
if (eventChange)
|
|
11600
11601
|
eventChange([{ key: "x", value: "x", state: "update" }]);
|
|
11601
11602
|
};
|