Added Test send button to campaigns.
This commit is contained in:
parent
2c73c536b7
commit
a3983193d3
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ export default class CustomContent extends Component {
|
|||
|
||||
<ButtonRow>
|
||||
<Button type="submit" className="btn-primary" icon="ok" label={t('Save')}/>
|
||||
<Button className="btn-danger" icon="send" label={t('Test send')} onClickAsync={async () => this.setState({showTestSendModal: true})}/>
|
||||
</ButtonRow>
|
||||
</Form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue