Linted
This commit is contained in:
parent
79752a2a4c
commit
c5c02eb029
9 changed files with 235 additions and 227 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue