awing-library 2.1.42-beta → 2.1.43-beta

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.
@@ -109,7 +109,7 @@ var NotificationDetail = function () {
109
109
  }
110
110
  }, []);
111
111
  var handleValueFilter = function (textSearch, tabs) {
112
- tabs === Constant_1.Constants.ALL && setCount(-1);
112
+ tabs === Constant_1.Constants.ALL && setCount(0);
113
113
  setNotificationMessage([]);
114
114
  setValueFilter({ textSearch: textSearch, tabs: tabs });
115
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.42-beta",
3
+ "version": "2.1.43-beta",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",