Skip to content

Commit

Permalink
fix(users): pagination example double call 馃悰
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Dec 7, 2020
1 parent 324520a commit b2501d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/users/views/users.view.vue
Expand Up @@ -129,12 +129,6 @@ export default {
},
},
created() {
this.$store
.dispatch('getUsers', tools.pageRequest(1, this.perPage[0], this.search))
.then(() => {
this.totalCount = tools.serverItemsLength(this.users, this.options);
this.loading = false;
});
this.watchSearch = this.$watch(
'search',
this._.debounce(() => {
Expand Down

0 comments on commit b2501d2

Please sign in to comment.