react-crud-mobile 1.3.80 → 1.3.81

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.
@@ -2133,11 +2133,6 @@ function UIElement(props) {
2133
2133
  setDialog(dialog);
2134
2134
  }
2135
2135
  };
2136
- scope.dialogOpen = function (args) {
2137
- var component = args.event.component;
2138
- dialog = component;
2139
- setDialog(component);
2140
- };
2141
2136
  return /*#__PURE__*/jsx(CrudContext.Provider, {
2142
2137
  value: {
2143
2138
  crud: crud,