mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 09:53:58 +00:00
Merge branch 'dillon/74-admin-workflow' into vapor/development
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user