@onehat/data 1.4.10 → 1.4.11

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": "@onehat/data",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "JS data modeling package with adapters for many storage mediums.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -173,7 +173,7 @@ class OneBuildRepository extends AjaxRepository {
173
173
  });
174
174
 
175
175
  if (!_.isEmpty(sorterStrings)) {
176
- this.setParam('order', sorterStrings.join(','));
176
+ this.setBaseParam('order', sorterStrings.join(','));
177
177
  }
178
178
 
179
179
  if (this.isLoaded) {