Merge branch 'dillon/74-admin-workflow' into vapor/development

This commit is contained in:
Dillon Ngo
2025-01-16 14:41:35 +08:00
@@ -567,6 +567,7 @@
this.error = null;
this.stepTime = 0;
this.externalApiUrl = "";
this.answer_extra = null;
},
addClass(event, cls) {
const div = event.target;
@@ -626,6 +627,9 @@
}
},
handleAnswerExtra({ isDone }) {
this.answer = '';
this.answerId = 0;
this.removeClass('question.answers');
this.answer_extra = isDone;
},
},