@webitel/ui-datalist 1.1.42 → 1.1.43

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-datalist",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "Toolkit for building data lists in webitel ui system",
5
5
  "scripts": {
6
6
  "build:types": "vue-tsc -p ./tsconfig.build.json",
@@ -203,9 +203,8 @@ export const tableStoreBody = <
203
203
  });
204
204
  set(item, path, value);
205
205
  } catch (err) {
206
- throw err;
207
- } finally {
208
206
  await loadDataList();
207
+ throw err;
209
208
  }
210
209
  };
211
210