frappe-ui 0.1.16 → 0.1.17

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.16",
3
+ "version": "0.1.17",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -203,7 +203,7 @@ export default {
203
203
  : async () => {
204
204
  loading.value = true
205
205
  try {
206
- await action.onClick()
206
+ await action.onClick(this.close)
207
207
  } finally {
208
208
  loading.value = false
209
209
  }