mirror of
https://github.com/axllent/mailpit.git
synced 2025-12-20 00:12:26 +02:00
Chore: Refactor JS functions and remove unused parameters
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
To: this.addresses,
|
||||
};
|
||||
|
||||
this.post(this.resolve("/api/v1/message/" + this.message.ID + "/release"), data, (response) => {
|
||||
this.post(this.resolve("/api/v1/message/" + this.message.ID + "/release"), data, () => {
|
||||
this.modal("ReleaseModal").hide();
|
||||
if (this.deleteAfterRelease) {
|
||||
this.$emit("delete");
|
||||
|
||||
Reference in New Issue
Block a user