@webitel/ui-sdk 24.2.10 → 24.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.2.10",
3
+ "version": "24.2.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -195,8 +195,8 @@ export default {
195
195
  methods: {
196
196
  // for taggableMixin functionality
197
197
  handleCustomValue(toggle) {
198
- toggle();
199
198
  this.tag(this.searchParams.search);
199
+ toggle();
200
200
  },
201
201
  // for taggableMixin functionality
202
202
  emitTagEvent(searchQuery, id) {