From cd88706b3e44ce6f257c6e4e031cae3205dd9a7c Mon Sep 17 00:00:00 2001 From: dlohvinov <nsblnr@gmail.com> Date: Tue, 29 Oct 2024 16:13:40 +0200 Subject: [PATCH] fix: fixed wt-table.vue default column name [WTEL-5373](https://webitel.atlassian.net/browse/WTEL-5373) --- package.json | 2 +- src/components/wt-table/wt-table.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1bb8439be..270d9284a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webitel/ui-sdk", - "version": "24.10.50", + "version": "24.10.51", "private": false, "scripts": { "dev": "vite", diff --git a/src/components/wt-table/wt-table.vue b/src/components/wt-table/wt-table.vue index 2e4e17910..f88bd03b1 100644 --- a/src/components/wt-table/wt-table.vue +++ b/src/components/wt-table/wt-table.vue @@ -26,7 +26,7 @@ @click="sort(col)" > <div class="wt-table__th__text"> - {{ col.text || col.value }} + {{ col.text }} </div> <wt-icon v-if="sortable"