@capillarytech/creatives-library 2.0.33 → 2.0.34
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.
|
@@ -2436,7 +2436,7 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
|
|
|
2436
2436
|
let isLoading = this.props.isLoadingMetaEntities || this.state.loading || (this.props.Email && "createTemplateInProgress" in this.props.Email && this.props.Email.createTemplateInProgress) || (this.props.Email.assetUploading !== undefined && this.props.Email.assetUploading);
|
|
2437
2437
|
|
|
2438
2438
|
if (!isLoading) {
|
|
2439
|
-
isLoading = this.state.loadingStatus
|
|
2439
|
+
isLoading = this.state.loadingStatus < 2;
|
|
2440
2440
|
}
|
|
2441
2441
|
return isLoading;
|
|
2442
2442
|
}
|
|
@@ -951,7 +951,7 @@ export class Create extends React.Component { // eslint-disable-line react/prefe
|
|
|
951
951
|
}
|
|
952
952
|
return (
|
|
953
953
|
<div>
|
|
954
|
-
<Spin
|
|
954
|
+
<Spin spinning={spinning}>
|
|
955
955
|
{/*<\Row style={{marginBottom: '16px', marginLeft: '-40px'}}>
|
|
956
956
|
<Col offset={1}>
|
|
957
957
|
<Breadcrumb>
|