rerobe-js-orm 3.2.9 → 3.3.0

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.
@@ -772,7 +772,7 @@ class ProductFormState extends FormState_1.default {
772
772
  onChangeHandler = (val) => this.priceInputChangeHandler(val);
773
773
  }
774
774
  if (fieldKey === 'reRobeCommission') {
775
- inputValue = this.props[fieldKey] || '0.5';
775
+ inputValue = this.props[fieldKey] || '';
776
776
  valid = true;
777
777
  }
778
778
  if (fieldKey === 'discountValue') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.2.9",
3
+ "version": "3.3.0",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",