@budibase/frontend-core 3.39.21 → 3.39.22

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": "@budibase/frontend-core",
3
- "version": "3.39.21",
3
+ "version": "3.39.22",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "vitest": "^4.1.0"
25
25
  },
26
- "gitHead": "8dfa68fadbb12b4b6f9ce8bc124d0ec40b6ccb71"
26
+ "gitHead": "5e71f6c90d0cb25ca4b7841065824284f1e59554"
27
27
  }
@@ -7,6 +7,10 @@ export default class CustomFetch extends BaseDataFetch<
7
7
  CustomDatasource,
8
8
  CustomDefinition
9
9
  > {
10
+ getDefaultSortColumn() {
11
+ return null
12
+ }
13
+
10
14
  // Gets the correct Budibase type for a JS value
11
15
  getType(value: any) {
12
16
  if (value == null) {