@webitel/ui-sdk 0.9.53 → 0.9.54

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": "0.9.53",
3
+ "version": "0.9.54",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -227,6 +227,7 @@ export default {
227
227
 
228
228
  methods: {
229
229
  handleSearchChange(search) {
230
+ if (!this.isApiMode) return;
230
231
  this.isLoading = true;
231
232
  this.searchParams.page = 1;
232
233
  this.searchParams.search = search;