From ab5d3819abfcdc4caf61192dfe8d200ddcff9139 Mon Sep 17 00:00:00 2001 From: EwoutV Date: Thu, 4 Apr 2024 16:54:59 +0200 Subject: [PATCH] chore: squash migrations --- frontend/src/views/calendar/CalendarView.vue | 5 ++++- frontend/src/views/dashboard/DashboardView.vue | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/calendar/CalendarView.vue b/frontend/src/views/calendar/CalendarView.vue index a3a4bf2a..0f5ee6c0 100644 --- a/frontend/src/views/calendar/CalendarView.vue +++ b/frontend/src/views/calendar/CalendarView.vue @@ -98,7 +98,10 @@ watch(
- +
diff --git a/frontend/src/views/dashboard/DashboardView.vue b/frontend/src/views/dashboard/DashboardView.vue index a6dc5a87..572a47c3 100644 --- a/frontend/src/views/dashboard/DashboardView.vue +++ b/frontend/src/views/dashboard/DashboardView.vue @@ -11,7 +11,9 @@ const { user } = storeToRefs(useAuthStore());