Updated client to simplify capture data

This commit is contained in:
Joel Collins 2020-11-03 15:40:28 +00:00
parent 6c51da5394
commit 982154ce22
4 changed files with 143 additions and 119 deletions

View file

@ -360,7 +360,7 @@ export default {
enterApp: function() {
// Stuff to do once connected and all init modals are finished
console.log("Entering main application");
this.currentTab = "view";
//this.currentTab = "view";
}
}
};