@capillarytech/creatives-library 8.0.61-alpha.1 → 8.0.61

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.
@@ -21,7 +21,6 @@ export default ({
21
21
  userAuth,
22
22
  sagas = [],
23
23
  reducers = [],
24
- zaloSaga = false,
25
24
  }) => {
26
25
  const CreativesCommon = (props) => {
27
26
  useEffect(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.61-alpha.1",
4
+ "version": "8.0.61",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -506,8 +506,6 @@ const mapDispatchToProps = (dispatch) => ({
506
506
 
507
507
 
508
508
  const withReducer = injectReducer({ key: 'zalo', reducer: v2ZaloReducer });
509
- // const withZaloSaga = injectSaga({ key: 'zalo', saga: v2ZaloSagas });
510
- //
511
509
 
512
510
  export default withCreatives({
513
511
  WrappedComponent: Zalo,
@@ -515,6 +513,4 @@ export default withCreatives({
515
513
  mapDispatchToProps,
516
514
  userAuth: true,
517
515
  reducers: [withReducer],
518
- zaloSaga: true,
519
- // sagas: [withZaloSaga],
520
516
  });