#8002 adjust to Lilium #3199

Open
jorgep wants to merge 8 commits from 8002-refactorToLilium into dev
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 873b91f113 - Show all commits

View File

@ -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!')));
} }
} }