Commit dbbcb32c authored by Filipa Lacerda's avatar Filipa Lacerda

Remove unused argument

parent 8752b99f
......@@ -54,7 +54,7 @@ export default {
},
methods: {
onClick(e) {
onClick() {
if (this.confirmActionMessage && confirm(this.confirmActionMessage)) {
this.makeRequest();
} else if (!this.confirmActionMessage) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment