This commit is contained in:
parent
b75b369716
commit
873b91f113
|
@ -9,13 +9,6 @@ export default class Controller extends Dialog {
|
||||||
responseHandler(response) {
|
responseHandler(response) {
|
||||||
if (response !== 'accept')
|
if (response !== 'accept')
|
||||||
return super.responseHandler(response);
|
return super.responseHandler(response);
|
||||||
|
|
||||||
// this.$http.post('Ostickets/send-to-support', {
|
|
||||||
// reason: this.reason,
|
|
||||||
// additionalData: this.additionalData
|
|
||||||
// })
|
|
||||||
// .then(() => super.responseHandler(response))
|
|
||||||
// .then(() => this.vnApp.showSuccess(this.$t('Email sended!')));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue