@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.
@@ -22081,7 +22081,7 @@ const isEmpty_isEmpty = value => {
22081
22081
  }) {
22082
22082
  if (optionLabel && option[optionLabel]) return option[optionLabel];
22083
22083
  if (option.locale) {
22084
- if (Array.isArray(option.locale)) return this.$tc(...option.locale);
22084
+ if (Array.isArray(option.locale)) return this.$t(...option.locale);
22085
22085
  return this.$t(option.locale);
22086
22086
  }
22087
22087
  return option[this.defaultOptionLabel] || option;