@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.
@@ -8495,7 +8495,7 @@ function RemoveModalFooter({
8495
8495
  valueToCompare,
8496
8496
  onSubmit,
8497
8497
  onClose,
8498
- i18n = noop
8498
+ i18n = f => f
8499
8499
  }) {
8500
8500
  return React.createElement("div", {
8501
8501
  className: "flex items-center justify-center bg-white p-2"