Revert "CSR-803: do not think async/await is needed here"

This reverts commit e98543dc5c.
This commit is contained in:
Adam Caouette 2022-09-14 09:36:56 -04:00
parent e98543dc5c
commit d59378588b

View file

@ -35,9 +35,9 @@ export default {
modelValue: Array, modelValue: Array,
glassIndex: Number, glassIndex: Number,
}, },
created() { async created() {
// validate form upon create to prevent out of sync / persistent valid states // validate form upon create to prevent out of sync / persistent valid states
useValidateForm(); // do a test validation check, without triggering full validation await useValidateForm(); // do a test validation check, without triggering full validation
this.questionData.map((q, i) => { this.questionData.map((q, i) => {
const question = { const question = {