@comet/admin 8.10.0-canary-20251204101847 → 8.10.0-canary-20251204121347

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.muiGridSortToGql = muiGridSortToGql;
7
7
  function muiGridSortToGql(sortModel, columns) {
8
- if (!sortModel) return undefined;
8
+ if (!sortModel || sortModel.length === 0) return undefined;
9
9
  var sortFieldMapping = {};
10
10
  columns === null || columns === void 0 || columns.forEach(function (column) {
11
11
  if (column.sortBy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin",
3
- "version": "8.10.0-canary-20251204101847",
3
+ "version": "8.10.0-canary-20251204121347",
4
4
  "description": "Comet Admin package",
5
5
  "repository": {
6
6
  "directory": "packages/admin/admin",
@@ -28,7 +28,7 @@
28
28
  "react-dropzone": "^14.3.8",
29
29
  "use-constant": "^2.0.0",
30
30
  "uuid": "^11.1.0",
31
- "@comet/admin-icons": "8.10.0-canary-20251204101847"
31
+ "@comet/admin-icons": "8.10.0-canary-20251204121347"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@apollo/client": "^3.14.0",
@@ -83,9 +83,9 @@
83
83
  "storybook-addon-tag-badges": "^2.0.1",
84
84
  "ts-jest": "^29.4.0",
85
85
  "typescript": "5.9.3",
86
- "@comet/admin-babel-preset": "8.10.0-canary-20251204101847",
87
- "@comet/eslint-config": "8.10.0-canary-20251204101847",
88
- "@comet/eslint-plugin": "8.10.0-canary-20251204101847"
86
+ "@comet/admin-babel-preset": "8.10.0-canary-20251204121347",
87
+ "@comet/eslint-config": "8.10.0-canary-20251204121347",
88
+ "@comet/eslint-plugin": "8.10.0-canary-20251204121347"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@apollo/client": "^3.7.0",