@fonixtree/magic-design 0.0.106 → 0.0.107

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.
@@ -281,7 +281,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
281
281
  settVal([]);
282
282
  settBrandId([]);
283
283
  settLabelId({});
284
- setStoreId([]);
284
+ setStoreId('');
285
285
  setStoreName('');
286
286
  setProductName('');
287
287
  setMinimum('');
@@ -281,7 +281,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
281
281
  settVal([]);
282
282
  settBrandId([]);
283
283
  settLabelId({});
284
- setStoreId([]);
284
+ setStoreId('');
285
285
  setStoreName('');
286
286
  setProductName('');
287
287
  setMinimum('');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.106",
4
+ "version": "0.0.107",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",