react-table-edit 1.4.46 → 1.4.47

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/index.mjs CHANGED
@@ -39865,7 +39865,7 @@ const messageBoxConfirmAsync = async (t, message, title = 'Important', btnOk = '
39865
39865
  });
39866
39866
  });
39867
39867
  };
39868
- const messageHtmlBoxConfirmAsync = (t, message, handle, data, title = 'Important', btnOk = 'Ok', btnCancel = 'Cancel') => {
39868
+ const messageHtmlBoxConfirmAsync = (t, message, title = 'Important', btnOk = 'Ok', btnCancel = 'Cancel') => {
39869
39869
  return new Promise((resolve) => {
39870
39870
  MySwal.fire({
39871
39871
  title: t(title),