@steroidsjs/core 3.0.41 → 3.0.42

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": "@steroidsjs/core",
3
- "version": "3.0.41",
3
+ "version": "3.0.42",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -124,7 +124,7 @@ function Form(props) {
124
124
  if (isFirstMount) {
125
125
  // Query
126
126
  if (initialQuery) {
127
- initialValues = __assign(__assign({}, props.initialValues), normalizeInitialQuery(initialQuery));
127
+ initialValues = __assign(__assign({}, normalizeInitialQuery(initialQuery)), props.initialValues);
128
128
  }
129
129
  // Local storage
130
130
  if (props.autoSave) {