CSR-803: add comment
This commit is contained in:
parent
d59378588b
commit
922597ca65
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ export default {
|
||||||
glassIndex: Number,
|
glassIndex: Number,
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
// validate form upon create to prevent out of sync / persistent valid states
|
// do a test validation check upon create to prevent out of sync / incorrect valid states
|
||||||
await useValidateForm(); // do a test validation check, without triggering full validation
|
await useValidateForm(); // NOTE: needs to have async/await here; tested and won't work without it
|
||||||
|
|
||||||
this.questionData.map((q, i) => {
|
this.questionData.map((q, i) => {
|
||||||
const question = {
|
const question = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue