@webitel/ui-sdk 3.2.69 → 3.2.70

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.
@@ -22099,7 +22099,7 @@ const isEmpty_isEmpty = value => {
22099
22099
  }) {
22100
22100
  if (optionLabel && option[optionLabel]) return option[optionLabel];
22101
22101
  if (option.locale) {
22102
- if (Array.isArray(option.locale)) return this.$tc(...option.locale);
22102
+ if (Array.isArray(option.locale)) return this.$t(...option.locale);
22103
22103
  return this.$t(option.locale);
22104
22104
  }
22105
22105
  return option[this.defaultOptionLabel] || option;