Skip to content

Commit

Permalink
fix: fixed wt-table.vue default column name [WTEL-5373](https://webit…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 29, 2024
1 parent b7b5fda commit cd88706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.10.50",
"version": "24.10.51",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/wt-table/wt-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd88706

Please sign in to comment.