Fix - subject line is not shown when send configuration is not selected
This commit is contained in:
parent
30b361290b
commit
a9039e5760
1 changed files with 2 additions and 2 deletions
|
@ -631,8 +631,6 @@ export default class CUD extends Component {
|
||||||
addOverridable('from_name', t('fromName'));
|
addOverridable('from_name', t('fromName'));
|
||||||
addOverridable('from_email', t('fromEmailAddress'));
|
addOverridable('from_email', t('fromEmailAddress'));
|
||||||
addOverridable('reply_to', t('replytoEmailAddress'));
|
addOverridable('reply_to', t('replytoEmailAddress'));
|
||||||
|
|
||||||
sendSettings.push(<InputField label={t('subjectLine')} key="subject" id="subject"/>);
|
|
||||||
} else {
|
} else {
|
||||||
sendSettings = <AlignedRow>{t('loadingSendConfiguration')}</AlignedRow>
|
sendSettings = <AlignedRow>{t('loadingSendConfiguration')}</AlignedRow>
|
||||||
}
|
}
|
||||||
|
@ -747,6 +745,8 @@ export default class CUD extends Component {
|
||||||
|
|
||||||
{sendSettings}
|
{sendSettings}
|
||||||
|
|
||||||
|
<InputField label={t('subjectLine')} key="subject" id="subject"/>
|
||||||
|
|
||||||
<InputField id="unsubscribe_url" label={t('customUnsubscribeUrl')}/>
|
<InputField id="unsubscribe_url" label={t('customUnsubscribeUrl')}/>
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue