From 2811337309a7b3e98a7e109fff05da1b5c476f6d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:48:50 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- .../coach/assets/src/views/plan/CreateExamPage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue index c0ccb6293d3..b9cdd3fb1dd 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/index.vue @@ -301,7 +301,7 @@ this.quizInitialized = true; }, destroy() { - window.removeEventListener('beforeunload', this.onBeforeUnload) + window.removeEventListener('beforeunload', this.onBeforeUnload); }, methods: { beforeUnload(e) {