This commit is contained in:
Richard Bowman 2023-11-02 20:30:54 +00:00
parent 79752a2a4c
commit c5c02eb029
9 changed files with 235 additions and 227 deletions

View file

@ -351,9 +351,9 @@ export default {
.catch(error => {
this.modalError(error); // Let mixin handle error
});*/
return new Promise((resolve) => {
resolve({});
});
return new Promise(resolve => {
resolve({});
});
},
setTab: function(event, tab) {
if (!(this.currentTab == tab)) {