@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
|
@@ -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 = () => {
|