Skip to content

Commit

Permalink
Merge pull request #37 from webitel/fix/crm-contacts-sort
Browse files Browse the repository at this point in the history
fix: crm contacts sort fix [WTEL-4060]
  • Loading branch information
dlohvinov authored Dec 15, 2023
2 parents 57d9f6e + 6dae144 commit 03671cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vue/compat": "^3.3.9",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.2",
"@webitel/ui-sdk": "^23.12.116",
"@webitel/ui-sdk": "^23.12.120",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"deep-equal": "^2.2.1",
Expand Down
1 change: 0 additions & 1 deletion src/modules/contacts/store/_internals/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default [
locale: ['vocabulary.labels', 1],
show: true,
field: 'labels',
sort: SortSymbols.NONE,
},
{
value: 'about',
Expand Down

0 comments on commit 03671cf

Please sign in to comment.