From baa4c19f1a680d3881b84ea762f54603c66065f0 Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 6 Jun 2023 21:07:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Default=20classList=20to=20an=20?= =?UTF-8?q?array?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.js b/src/store.js index 74dc154..5d36c50 100644 --- a/src/store.js +++ b/src/store.js @@ -46,7 +46,7 @@ export const changeDate = ref(new Date()); export const timetable = ref({ trusted: true }); export const substitutions = ref({}); export const history = ref({}); -export const classList = ref({}); +export const classList = ref([]); /* API functions */ // Set the `VITE_API_ENDPOINT` env variable when