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