@timardex/cluemart-shared 1.4.38 → 1.4.39

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.
@@ -886,7 +886,7 @@ var defaultVendorInfoFormValues = {
886
886
  product: {
887
887
  foodFlavors: [],
888
888
  packaging: [],
889
- priceRange: { max: "0", min: "0" },
889
+ priceRange: { max: "", min: "" },
890
890
  producedIn: []
891
891
  },
892
892
  requirements: {
@@ -895,7 +895,7 @@ var defaultVendorInfoFormValues = {
895
895
  table: { details: null, isRequired: false }
896
896
  },
897
897
  stallInfo: {
898
- size: { depth: "0", width: "0" }
898
+ size: { depth: "", width: "" }
899
899
  },
900
900
  vendorId: ""
901
901
  };