@next-core/brick-kit 2.129.0 → 2.129.1
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,8 +4017,11 @@ 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)
|
|
4020
4023
|
}
|
|
4021
|
-
}
|
|
4024
|
+
}),
|
|
4022
4025
|
okText: i18next.t("".concat(NS_BRICK_KIT, ":").concat(K.MODAL_OK))
|
|
4023
4026
|
});
|
|
4024
4027
|
}
|