@webitel/ui-sdk 25.10.58 → 25.10.59

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": "@webitel/ui-sdk",
3
- "version": "25.10.58",
3
+ "version": "25.10.59",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
@@ -116,6 +116,8 @@ const actions = {
116
116
 
117
117
  const headers = context.state.headers.map(
118
118
  ({ sort: currentSort, ...header }) => {
119
+ if (currentSort === undefined) return header;
120
+
119
121
  let sort;
120
122
 
121
123
  if (field) {