Browse Source

fix: Dont fetch logs twice on page load

jamesread 5 tháng trước cách đây
mục cha
commit
55a00a7e01
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      frontend/resources/vue/views/LogsListView.vue

+ 0 - 1
frontend/resources/vue/views/LogsListView.vue

@@ -215,7 +215,6 @@ function handlePageSizeChange(newPageSize) {
 
 onMounted(() => {
   updateDateFromRoute()
-  fetchLogs()
 })
 </script>