Merge pull request #58 from Safelite/defect/Digital/SSR-142

Fix “Invalid prop: type check failed for prop "answers" warning in "vehicle-year" page
This commit is contained in:
Johan Gunawan 2022-12-01 15:26:34 -05:00 committed by GitHub
commit 9a691aecb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
name: "year-question",
data() {
return {
years: Array,
years: [],
};
},
props: {