@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.
@@ -4615,7 +4615,7 @@ var defaultVendorInfoFormValues = {
4615
4615
  product: {
4616
4616
  foodFlavors: [],
4617
4617
  packaging: [],
4618
- priceRange: { max: "0", min: "0" },
4618
+ priceRange: { max: "", min: "" },
4619
4619
  producedIn: []
4620
4620
  },
4621
4621
  requirements: {
@@ -4624,7 +4624,7 @@ var defaultVendorInfoFormValues = {
4624
4624
  table: { details: null, isRequired: false }
4625
4625
  },
4626
4626
  stallInfo: {
4627
- size: { depth: "0", width: "0" }
4627
+ size: { depth: "", width: "" }
4628
4628
  },
4629
4629
  vendorId: ""
4630
4630
  };