Better UX
This commit is contained in:
parent
a3c4e8a1bc
commit
a86ae9fa50
2 changed files with 11 additions and 7 deletions
|
|
@ -148,7 +148,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
updateStats() {
|
||||
this.$root.api('stats').then(stats => {
|
||||
this.$root.api('stats', {}, false, true).then(stats => {
|
||||
this.stats = stats;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue