frappe-ui 0.1.64 → 0.1.65

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": "frappe-ui",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -173,7 +173,7 @@ export function createListResource(options, vm) {
173
173
  dt: out.doctype,
174
174
  dn: name,
175
175
  method: method,
176
- args: JSON.stringify(values),
176
+ args: values,
177
177
  }
178
178
  },
179
179
  onSuccess(data) {