testing with logs

This commit is contained in:
sanjayk03-dev
2024-01-12 03:25:57 +05:30
parent 20406b2392
commit d8b8e40fae
2 changed files with 3 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ module.exports = {
this.state.selected_time;
this.cancelMacros(this.tab - 1);
this.confirmSave = false;
console.log(this.config.macros);
try {
await api.put("config/save", this.config);
console.log("Successfully saved");