@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 CHANGED
@@ -4303,7 +4303,7 @@ var PanelEditItem = function PanelEditItem(_ref) {
4303
4303
  name: key,
4304
4304
  selectedValue: value,
4305
4305
  onChange: function onChange(e) {
4306
- return _onChange(e, configItem);
4306
+ return _onChange(key, e.target.value);
4307
4307
  },
4308
4308
  textSize: "text-xs",
4309
4309
  className: "font-normal",