diff --git a/frontend/src/Content.vue b/frontend/src/Content.vue index ca52537f..a4e7f2a9 100644 --- a/frontend/src/Content.vue +++ b/frontend/src/Content.vue @@ -13,7 +13,7 @@ const message = useMessage() const jwt = useStorage('jwt') const address = ref("") const loading = ref(false) -const autoRefresh = ref(true) +const autoRefresh = ref(false) const data = ref([]) const API_BASE = import.meta.env.VITE_API_BASE || ""; const timer = ref(null)