tsondb 0.20.1 → 0.20.2

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.
@@ -4783,7 +4783,7 @@ const ChildEntitiesTypeInputElement = (props)=>{
4783
4783
  }),
4784
4784
  /*#__PURE__*/ jsxRuntime_module_u("button", {
4785
4785
  onClick: ()=>{
4786
- onChildDuplicate(index);
4786
+ onChildDuplicate(originalIndex);
4787
4787
  },
4788
4788
  disabled: disabled,
4789
4789
  children: "Duplicate"
@@ -4791,7 +4791,7 @@ const ChildEntitiesTypeInputElement = (props)=>{
4791
4791
  /*#__PURE__*/ jsxRuntime_module_u("button", {
4792
4792
  class: "destructive",
4793
4793
  onClick: ()=>{
4794
- onChildRemove(index);
4794
+ onChildRemove(originalIndex);
4795
4795
  },
4796
4796
  disabled: disabled,
4797
4797
  children: "Delete"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsondb",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Lukas Obermann",