@mamrp/components 1.0.24 → 1.0.25
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.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.js
CHANGED
|
@@ -914,7 +914,7 @@ function ConfirmationDialog({
|
|
|
914
914
|
}
|
|
915
915
|
},
|
|
916
916
|
/* @__PURE__ */ React7.createElement(import_md.MdClose, null)
|
|
917
|
-
), /* @__PURE__ */ React7.createElement(import_material7.Divider,
|
|
917
|
+
), /* @__PURE__ */ React7.createElement(import_material7.Divider, null), /* @__PURE__ */ React7.createElement(
|
|
918
918
|
import_DialogContent2.default,
|
|
919
919
|
{
|
|
920
920
|
sx: {
|