Skip to content

Commit

Permalink
fix:icon header in messaging[WTEL-3529]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Mar 11, 2024
1 parent e164950 commit 24683c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
sortable
@sort="sort"
>
<template #id="{ item }">
<template #icon="{ item }">
<wt-icon
:icon="iconType[item.protocol]"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { SortSymbols } from '@webitel/ui-sdk/src/scripts/sortQueryAdapters';

export default [
{
value: 'id',
value: 'icon',
show: true,
width: '30px',
width: '24px',
},
{
value: 'protocol',
Expand Down

0 comments on commit 24683c2

Please sign in to comment.