Update src/layouts/schedule-page/schedule-page.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
katiekroell 2026-04-01 16:23:15 -04:00 committed by GitHub
parent 6b9ea7ca3b
commit 2c7b536344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -466,6 +466,7 @@ export default {
this.isMobileView = !this.mql.matches;
this.mql.addEventListener('change', this.handleMqlChange);
this.mainStore.updateIsRecalAcknowledgedForScheduling(false);
this.isRecalAcknowledged = false;
},
unmounted() {
if (this.mql) {