This commit is contained in:
Henry Jordan
2021-10-06 20:25:42 +00:00
parent a57281e845
commit eb4bb5a6a9
5 changed files with 26 additions and 53 deletions

View File

@@ -65,7 +65,6 @@ export default {
* Filter the column send_by
*/
filterOptions() {
debugger;
this.options.columns = this.options.columns.filter(function(item) {
return item !== "send_by";
});