Merge pull request #373 from Safelite/feature/removed-unused-props
Feature/removed unused props
This commit is contained in:
commit
657c86b046
1 changed files with 0 additions and 4 deletions
|
|
@ -31,11 +31,7 @@ export default ({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
isMultiSelect: Boolean,
|
|
||||||
modelValue: Array,
|
modelValue: Array,
|
||||||
isAvailable: Boolean,
|
|
||||||
filterByVehicleCategory: Boolean,
|
|
||||||
name: String,
|
|
||||||
groupName: String,
|
groupName: String,
|
||||||
cmsWidgetName: String,
|
cmsWidgetName: String,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue