Some bugfixes
This commit is contained in:
parent
a3983193d3
commit
8683f8c91e
6 changed files with 12 additions and 8 deletions
|
@ -74,7 +74,7 @@ export class TestSendModalDialog extends Component {
|
|||
data.sendConfigurationId = props.entity.send_configuration;
|
||||
data.campaignId = props.entity.id;
|
||||
|
||||
console.log(await axios.post(getUrl('rest/template-test-send'), data));
|
||||
await axios.post(getUrl('rest/template-test-send'), data);
|
||||
|
||||
this.clearFormStatusMessage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue