@lemon-fe/components 1.3.0 → 1.3.1

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.
@@ -392,8 +392,8 @@ function Filter(originalProps) {
392
392
  value: form.getFieldsValue()
393
393
  };
394
394
  next.push(newItem);
395
- setActive(next.length - 1);
396
395
  setTabs(next);
396
+ setActive(next.length - 1);
397
397
  saveSearches(next, 'set', newItem);
398
398
  _context3.next = 29;
399
399
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "793ddaa1c937e067e29b649e5c04b377d3693b4e"
61
+ "gitHead": "dfdd62a5ff92ae105fadbd0edade32f77c04860d"
62
62
  }