@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.
- package/dist/ui-sdk.common.js +1 -1
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.umd.js +1 -1
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +1 -1
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/wt-select/mixins/multiselectMixin.js +1 -1
package/dist/ui-sdk.umd.js
CHANGED
|
@@ -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.$
|
|
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;
|