ember-ds-inline-edit
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -89,3 +89,3 @@ import Ember from 'ember' | ||
model.set(prop, previousValue) | ||
this.onError ? this.sendAction('onError', error) : console.error(error) | ||
this.onError ? this.onError(error) : console.error(error) | ||
}) | ||
@@ -92,0 +92,0 @@ .finally(() => { |
{ | ||
"name": "ember-ds-inline-edit", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"bugs": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/IliasDeros/ember-ds-inline-edit/issues" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48606