Skip to content

Commit

Permalink
move activated from entity list where it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodoraPavlova committed Feb 1, 2024
1 parent 15f53f2 commit 11d38ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/EntityList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export default {
default: false
}
},
activated() {
this.getEntities({resetPage: false});
},
computed: {
pages: computed(() => {
try {
Expand All @@ -90,9 +93,6 @@ export default {
return this.numSelected === 1 ? 'entity' : 'entities'
}
},
activated() {
this.getEntities({resetPage: false});
},
watch: {
currentPage(oldPage, newPage) {
if (oldPage !== newPage) {
Expand Down

0 comments on commit 11d38ef

Please sign in to comment.