@trops/dash-core 0.1.23 → 0.1.24
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4322,7 +4322,7 @@ var PanelEditItem = function PanelEditItem(_ref) {
|
|
|
4322
4322
|
name: key,
|
|
4323
4323
|
selectedValue: value,
|
|
4324
4324
|
onChange: function onChange(e) {
|
|
4325
|
-
return _onChange(
|
|
4325
|
+
return _onChange(key, e.target.value);
|
|
4326
4326
|
},
|
|
4327
4327
|
textSize: "text-xs",
|
|
4328
4328
|
className: "font-normal",
|