@itfin/components 1.4.19 → 1.4.20

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": "@itfin/components",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -201,7 +201,7 @@ class itfView extends Vue {
201
201
  filter = {};
202
202
  loadingData = false;
203
203
  activeIds = [];
204
- tableColumns = [];
204
+ tableColumns = null;
205
205
  totals = null;
206
206
 
207
207
  @Watch('selectedIds', { deep: true, immediate: true })