react-admin-crud-manager 1.2.8 → 1.2.9

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.
@@ -213,9 +213,6 @@ export interface ModalConfig {
213
213
  confirmText?: string;
214
214
  referenceKey?: string;
215
215
  actionButtons?: ActionButton[];
216
- action: (item: any) => Promise<{
217
- targetObject: any;
218
- } | null>;
219
216
  icon?: ReactNode;
220
217
  };
221
218
  viewModal?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-admin-crud-manager",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "A reusable React CRUD admin template with modular components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",