@tsed/react-formio 1.10.8 → 1.10.9
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
CHANGED
|
@@ -9182,7 +9182,9 @@ function RemoveModalFooter(_ref) {
|
|
|
9182
9182
|
onSubmit = _ref.onSubmit,
|
|
9183
9183
|
onClose = _ref.onClose,
|
|
9184
9184
|
_ref$i18n = _ref.i18n,
|
|
9185
|
-
i18n = _ref$i18n === void 0 ?
|
|
9185
|
+
i18n = _ref$i18n === void 0 ? function (f) {
|
|
9186
|
+
return f;
|
|
9187
|
+
} : _ref$i18n;
|
|
9186
9188
|
return React__default['default'].createElement("div", {
|
|
9187
9189
|
className: "flex items-center justify-center bg-white p-2"
|
|
9188
9190
|
}, React__default['default'].createElement("button", {
|