@next-core/brick-kit 2.129.1 → 2.129.2
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.esm.js
CHANGED
|
@@ -4017,11 +4017,8 @@ function handleHttpError(error) {
|
|
|
4017
4017
|
content: /*#__PURE__*/React.createElement("div", {
|
|
4018
4018
|
style: {
|
|
4019
4019
|
whiteSpace: "pre-wrap"
|
|
4020
|
-
},
|
|
4021
|
-
dangerouslySetInnerHTML: {
|
|
4022
|
-
__html: httpErrorToString(error)
|
|
4023
4020
|
}
|
|
4024
|
-
}),
|
|
4021
|
+
}, httpErrorToString(error)),
|
|
4025
4022
|
okText: i18next.t("".concat(NS_BRICK_KIT, ":").concat(K.MODAL_OK))
|
|
4026
4023
|
});
|
|
4027
4024
|
}
|