awing-library 2.1.53 → 2.1.54

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.
@@ -114,7 +114,7 @@ function Filter(props) {
114
114
  setCampaigns(options);
115
115
  });
116
116
  // eslint-disable-next-line react-hooks/exhaustive-deps
117
- }, [service, filter.startDate, filter.endDate]);
117
+ }, [filter.startDate, filter.endDate]);
118
118
  var handleChangeQueryInput = function (queryParams) {
119
119
  onUpdateFilter(__assign(__assign({}, queryParams), { campaignId: filter.campaignId }));
120
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.53",
3
+ "version": "2.1.54",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",