Merge pull request #949 from elitzer2/fix-channel-template-autofill
Fixes the autofill of campaign from cloned template when created via channel
This commit is contained in:
commit
902f9995d5
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ export default class CUD extends Component {
|
|||
data.source = channel.source;
|
||||
|
||||
if (channel.source === CampaignSource.CUSTOM_FROM_TEMPLATE) {
|
||||
data.data_sourceTemplate = channel.sourceTemplate;
|
||||
data.data_sourceTemplate = channel.data.sourceTemplate;
|
||||
|
||||
} else if (channel.source === CampaignSource.CUSTOM_FROM_CAMPAIGN) {
|
||||
data.data_sourceCampaign = channel.data.sourceCampaign;
|
||||
|
|
Loading…
Reference in a new issue