@bigbinary/neeto-rules-frontend 1.1.1 → 1.2.0-beta1
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/README.md +4 -4
- package/dist/index.cjs.js +3 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9794,17 +9794,15 @@ var RulesTable = function RulesTable(_ref) {
|
|
|
9794
9794
|
url: url,
|
|
9795
9795
|
payload: payload
|
|
9796
9796
|
}, {
|
|
9797
|
-
onSuccess:
|
|
9798
|
-
return onUpdateSuccess === null || onUpdateSuccess === void 0 ? void 0 : onUpdateSuccess();
|
|
9799
|
-
}
|
|
9797
|
+
onSuccess: onUpdateSuccess
|
|
9800
9798
|
});
|
|
9801
9799
|
};
|
|
9802
9800
|
var handleCloneSuccess = function handleCloneSuccess() {
|
|
9803
|
-
onCloneSuccess
|
|
9801
|
+
onCloneSuccess();
|
|
9804
9802
|
hidePreviewPane();
|
|
9805
9803
|
};
|
|
9806
9804
|
var handleDeleteSuccess = function handleDeleteSuccess() {
|
|
9807
|
-
onDeleteSuccess
|
|
9805
|
+
onDeleteSuccess();
|
|
9808
9806
|
hidePreviewPane();
|
|
9809
9807
|
setSelectedRule(null);
|
|
9810
9808
|
};
|