diff --git a/komga-webui/src/components/AuthenticationActivityTable.vue b/komga-webui/src/components/AuthenticationActivityTable.vue index bfaa857b..369decff 100644 --- a/komga-webui/src/components/AuthenticationActivityTable.vue +++ b/komga-webui/src/components/AuthenticationActivityTable.vue @@ -73,9 +73,6 @@ export default Vue.extend({ return headers }, }, - async mounted() { - this.loadData() - }, methods: { async loadData() { this.loading = true diff --git a/komga-webui/src/components/PageHashMatchesTable.vue b/komga-webui/src/components/PageHashMatchesTable.vue index b9915895..45fffd48 100644 --- a/komga-webui/src/components/PageHashMatchesTable.vue +++ b/komga-webui/src/components/PageHashMatchesTable.vue @@ -68,13 +68,12 @@ export default Vue.extend({ }, deep: true, }, - hash(val) { + hash() { this.options.page = 1 this.options.sortBy = [] this.options.sortDesc = [] this.elements = [] this.totalElements = 0 - this.loadData(val) }, }, computed: { diff --git a/komga-webui/src/views/SettingsDuplicates.vue b/komga-webui/src/views/SettingsDuplicates.vue index 0f7e542e..72d31364 100644 --- a/komga-webui/src/views/SettingsDuplicates.vue +++ b/komga-webui/src/views/SettingsDuplicates.vue @@ -77,9 +77,6 @@ export default Vue.extend({ ] }, }, - async mounted() { - this.loadBooks() - }, methods: { async loadBooks() { this.loading = true diff --git a/komga-webui/src/views/SettingsMediaAnalysis.vue b/komga-webui/src/views/SettingsMediaAnalysis.vue index 7ffc8cd4..aeb2b339 100644 --- a/komga-webui/src/views/SettingsMediaAnalysis.vue +++ b/komga-webui/src/views/SettingsMediaAnalysis.vue @@ -78,9 +78,6 @@ export default Vue.extend({ })) }, }, - async mounted() { - this.loadBooks() - }, methods: { async loadBooks() { this.loading = true