@capillarytech/creatives-library 7.10.36 → 7.10.37
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.
|
@@ -2733,11 +2733,12 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
|
|
|
2733
2733
|
} else {
|
|
2734
2734
|
this.setState({injectedTags: data.tags});
|
|
2735
2735
|
}
|
|
2736
|
-
|
|
2736
|
+
if (data.tags) {
|
|
2737
|
+
this.props.globalActions.setInjectedTags(data.tags);
|
|
2738
|
+
}
|
|
2737
2739
|
}
|
|
2738
2740
|
|
|
2739
2741
|
startLoading = (ifEdit) => {
|
|
2740
|
-
|
|
2741
2742
|
if (ifEdit) {
|
|
2742
2743
|
this.setState({loading: true});
|
|
2743
2744
|
}
|