react-table-edit 1.4.44 → 1.4.45
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/component/notifications.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -39841,7 +39841,7 @@ const notificationError = (param) => {
|
|
|
39841
39841
|
const notificationSuccess = (param) => {
|
|
39842
39842
|
return (toast.success(jsxs(Fragment, { children: [jsx("div", { className: "toastify-header", children: jsx("div", { className: "title-wrapper", children: jsx("h6", { className: "toast-title", children: param }) }) }), jsx("div", { className: "toastify-body", children: jsx("ul", { className: "list-unstyled mb-0", children: jsx("li", {}) }) })] })));
|
|
39843
39843
|
};
|
|
39844
|
-
const messageBoxConfirmAsync = async (t,
|
|
39844
|
+
const messageBoxConfirmAsync = async (t, message) => {
|
|
39845
39845
|
return new Promise((resolve) => {
|
|
39846
39846
|
MySwal.fire({
|
|
39847
39847
|
title: t('Confirm'),
|