mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 23:43:58 +00:00
update typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user