@dile/crud
Advanced tools
Comparing version 0.0.56 to 0.0.57
@@ -59,6 +59,2 @@ import { LitElement, html } from 'lit'; | ||
this.dispatchError(res.data); | ||
} else if (res.error === false) { | ||
this.dispatchEvent(new CustomEvent('ajax-success', { | ||
detail: res.data | ||
})); | ||
} else { | ||
@@ -65,0 +61,0 @@ this.dispatchEvent(new CustomEvent('ajax-success', { |
{ | ||
"name": "@dile/crud", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "Components to create a generic crud system based on Web Components and Lit", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "995e1cef5db80dad3e967d4a88b26d19ae37d5cc" | ||
"gitHead": "94712ac9226e83de457094d7874873ccc6ebcc11" | ||
} |
117317
3521