Added Test send button to campaigns.

This commit is contained in:
Tomas Bures 2018-11-14 22:31:13 +01:00
parent 2c73c536b7
commit a3983193d3

View file

@ -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>