diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 39be367..1d3970d 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -4,7 +4,7 @@ import PouchDB from 'pouchdb'; import databases, { type TeamInfo } from '~/utils/databases'; import OuterComponents from '~/components/website-utils/OuterComponents.vue'; let syncDisable = ref(false); -// + async function sync() { syncDisable.value = true; await PouchDB.sync( @@ -553,7 +553,12 @@ async function updateTeamData() {
No Events Scheduled