@capillarytech/creatives-library 8.0.336 → 8.0.337

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.336",
4
+ "version": "8.0.337",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -1379,6 +1379,7 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
1379
1379
  saveObj: {},
1380
1380
  showEdmEmailTemplates: false,
1381
1381
  editDataSet: false,
1382
+ isGetBeeData: false,
1382
1383
  }, () => {
1383
1384
 
1384
1385
  });
@@ -2831,7 +2832,7 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
2831
2832
  }
2832
2833
 
2833
2834
  handleCancel = () => {
2834
- this.setState({ showConfirmationModal: false });
2835
+ this.setState({ showConfirmationModal: false, editDataSet: false, isGetBeeData: false });
2835
2836
  }
2836
2837
 
2837
2838
  handleCancelModal = () => {