From 4f86ba59804e65805b1ac7f55ed79ffc78147e07 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Mon, 22 Jul 2024 15:06:56 +0800 Subject: [PATCH] update typo --- .../general/sections/AdminWorkFlowSectionComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/general/sections/AdminWorkFlowSectionComponent.vue b/resources/assets/vue/components/general/sections/AdminWorkFlowSectionComponent.vue index 1d88a6ea..9d585a06 100644 --- a/resources/assets/vue/components/general/sections/AdminWorkFlowSectionComponent.vue +++ b/resources/assets/vue/components/general/sections/AdminWorkFlowSectionComponent.vue @@ -319,7 +319,7 @@ export default { if (nextQuestionId === 'refresh_page') return window.location.reload(); if (!Object.keys(this.questions[nextQuestionId]).length) this.endWork(); if (nextQuestionId === 'start_work') this.startWork(); - if (nextQuestionId === 'stop_work') this.stopTimer(); + if (nextQuestionId === 'stop_working') this.stopTimer(); this.currentQuestionId = nextQuestionId; // call api to recorrd timestamp