Merge pull request #373 from Safelite/feature/removed-unused-props

Feature/removed unused props
This commit is contained in:
Mark Harris 2022-04-28 16:00:15 -04:00 committed by GitHub
commit 657c86b046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,7 @@ export default ({
}
},
props: {
isMultiSelect: Boolean,
modelValue: Array,
isAvailable: Boolean,
filterByVehicleCategory: Boolean,
name: String,
groupName: String,
cmsWidgetName: String,
},