This commit is contained in:
sanjayk03-dev
2024-05-31 18:41:27 +05:30
parent d8b932e4a2
commit e0aa4539dc
2 changed files with 3 additions and 2 deletions

View File

@@ -655,11 +655,14 @@ module.exports = {
this.save_config(this.config);
this.filtered_files = [];
this.selected_folder_index = null;
this.selected_items_to_delete = [];
this.deleteGCode = false;
},
cancel_delete: function () {
this.filtered_files = [];
this.selected_folder_index = null;
this.selected_items_to_delete = [];
this.deleteGCode = false;
},