🐛 Default classList to an array
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user