diff --git a/app/pages/sections/[id].vue b/app/pages/sections/[id].vue index 29245b8..bb5f7e0 100644 --- a/app/pages/sections/[id].vue +++ b/app/pages/sections/[id].vue @@ -761,6 +761,8 @@ watch(existingSchedule, (data) => { return { value: slot, room_id: null, section_ids: [] } }) }) + } else { + clearSchedule(true) } }, { immediate: true }) diff --git a/server/data/data.db b/server/data/data.db index d82240f..410c41a 100644 Binary files a/server/data/data.db and b/server/data/data.db differ